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