Shades of Celadon Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Celadon palette
Immagine PNG della tavolozza dei colori Shades of Celadon
tavolozza dei colori Shades of Celadon CSS
/* CSS */
.color-1 {
color: #c6e2b1;
}
.color-2 {
color: #a6d8a8;
}
.color-3 {
color: #8bc1b0;
}
.color-4 {
color: #7fadbd;
}
.color-5 {
color: #6fa1ce;
}
/* CSS Variables */
:root {
--color-1: #c6e2b1;
--color-2: #a6d8a8;
--color-3: #8bc1b0;
--color-4: #7fadbd;
--color-5: #6fa1ce;
}
CSS con gradiente di sfondo Shades of Celadon
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6e2b1, #a6d8a8, #8bc1b0, #7fadbd, #6fa1ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6e2b1, #a6d8a8, #8bc1b0, #7fadbd, #6fa1ce);
}
Tavolozze di colori simili
Shades of Celadon color palette created on .