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