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: #f8e1a5;
}
.color-2 {
color: #f1a7a2;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #75c79e;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #f8e1a5;
--color-2: #f1a7a2;
--color-3: #4b91e2;
--color-4: #75c79e;
--color-5: #ff6e61;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1a5, #f1a7a2, #4b91e2, #75c79e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1a5, #f1a7a2, #4b91e2, #75c79e, #ff6e61);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 300+ tavolozzas di colori Brillante
Shades of Blue color palette created on .