Shades of Celeste Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Celeste palette
tavolozza dei colori Shades of Celeste CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #6cb1c6;
}
.color-3 {
color: #3b8dab;
}
.color-4 {
color: #2c6e87;
}
.color-5 {
color: #1e4e6b;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #6cb1c6;
--color-3: #3b8dab;
--color-4: #2c6e87;
--color-5: #1e4e6b;
}
CSS con gradiente di sfondo Shades of Celeste
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #6cb1c6, #3b8dab, #2c6e87, #1e4e6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #6cb1c6, #3b8dab, #2c6e87, #1e4e6b);
}
Tavolozze di colori simili
Shades of Celeste color palette created on .