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