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