Shades of Blue Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Blue palette
tavolozza dei colori Shades of Blue CSS
/* CSS */
.color-1 {
color: #4e9cc6;
}
.color-2 {
color: #6dd08c;
}
.color-3 {
color: #f1e579;
}
.color-4 {
color: #f9a96c;
}
.color-5 {
color: #d66b8d;
}
/* CSS Variables */
:root {
--color-1: #4e9cc6;
--color-2: #6dd08c;
--color-3: #f1e579;
--color-4: #f9a96c;
--color-5: #d66b8d;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e9cc6, #6dd08c, #f1e579, #f9a96c, #d66b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e9cc6, #6dd08c, #f1e579, #f9a96c, #d66b8d);
}
Tavolozze di colori simili
Shades of Blue color palette created on .