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: #f9a97b;
}
.color-2 {
color: #f6e1a7;
}
.color-3 {
color: #a3d6e0;
}
.color-4 {
color: #87aef8;
}
.color-5 {
color: #6d5c99;
}
/* CSS Variables */
:root {
--color-1: #f9a97b;
--color-2: #f6e1a7;
--color-3: #a3d6e0;
--color-4: #87aef8;
--color-5: #6d5c99;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a97b, #f6e1a7, #a3d6e0, #87aef8, #6d5c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a97b, #f6e1a7, #a3d6e0, #87aef8, #6d5c99);
}
Tavolozze di colori simili
Shades of Blue color palette created on .