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