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