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