Celeste Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celeste Shades palette
Download Celeste Shades Color Palette (PNG)
Celeste Shades color palette CSS
/* CSS */
.color-1 {
color: #a3d9e0;
}
.color-2 {
color: #62c0bf;
}
.color-3 {
color: #2ab7b5;
}
.color-4 {
color: #009975;
}
.color-5 {
color: #007a5e;
}
/* CSS Variables */
:root {
--color-1: #a3d9e0;
--color-2: #62c0bf;
--color-3: #2ab7b5;
--color-4: #009975;
--color-5: #007a5e;
}
Celeste Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d9e0, #62c0bf, #2ab7b5, #009975, #007a5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d9e0, #62c0bf, #2ab7b5, #009975, #007a5e);
}
Similar color palettes
Celeste Shades color palette created on .