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: #9ed9e0;
}
.color-2 {
color: #f6a8a2;
}
.color-3 {
color: #f1c15b;
}
.color-4 {
color: #f9a94e;
}
.color-5 {
color: #d75a2d;
}
/* CSS Variables */
:root {
--color-1: #9ed9e0;
--color-2: #f6a8a2;
--color-3: #f1c15b;
--color-4: #f9a94e;
--color-5: #d75a2d;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed9e0, #f6a8a2, #f1c15b, #f9a94e, #d75a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed9e0, #f6a8a2, #f1c15b, #f9a94e, #d75a2d);
}
Tavolozze di colori simili
Shades of Blue color palette created on .