Shades of Celadon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Celadon palette
Shades of Celadon color palette PNG image
Shades of Celadon color palette 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;
}
Shades of Celadon background gradient CSS
/* 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);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Shades of Celadon color palette created on .