CSS Colors

Developer
Size
2,232 Kb
Views
18,216

How do I make an css colors?

What is a css colors? How do you make a css colors? This script and codes were developed by Alex Pate on 24 November 2022, Thursday.

CSS Colors Previews

CSS Colors - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Colors</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul class="lighten-darken">	<li>lighten 10%</li>	<li></li>	<li>darken 10%</li>
</ul>
<ul class="saturation">	<li>saturate 10%</li>	<li></li>	<li>desaturate 10%</li>
</ul>
<ul class="tint-shade">	<li>tint 10%</li>	<li></li>	<li>shade 10%</li>
</ul>
</body>
</html>

CSS Colors - Script Codes CSS Codes

ul { list-style: none; margin: 0 10px; padding: 0;
}
ul li { width: 220px; height: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 15px; color: rgba(255, 255, 255, 0.8); font-weight: 500;
}
.lighten-darken li:nth-of-type(1) { background-color: #2ebcfc;
}
.lighten-darken li:nth-of-type(2) { background-color: #03A9F4;
}
.lighten-darken li:nth-of-type(3) { background-color: #0286c2;
}
.saturation li:nth-of-type(1) { background-color: #00aaf7;
}
.saturation li:nth-of-type(2) { background-color: #03A9F4;
}
.saturation li:nth-of-type(3) { background-color: #0fa4e8;
}
.tint-shade li:nth-of-type(1) { background-color: #1cb2f5;
}
.tint-shade li:nth-of-type(2) { background-color: #03A9F4;
}
.tint-shade li:nth-of-type(3) { background-color: #0398dc;
}
html,
body { height: 100%; width: 100%;
}
body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%;
}
CSS Colors - Script Codes
CSS Colors - Script Codes
Home Page Home
Developer Alex Pate
Username alexpate
Uploaded November 24, 2022
Rating 3
Size 2,232 Kb
Views 18,216
Do you need developer help for CSS Colors?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Alex Pate (alexpate) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!