Celestial Innocence Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Innocence palette
Celestial Innocence color palette CSS
/* CSS */
.color-1 {
color: #f7e2b0;
}
.color-2 {
color: #d7b1e2;
}
.color-3 {
color: #9fc7e0;
}
.color-4 {
color: #6bc2b1;
}
.color-5 {
color: #f3a35e;
}
/* CSS Variables */
:root {
--color-1: #f7e2b0;
--color-2: #d7b1e2;
--color-3: #9fc7e0;
--color-4: #6bc2b1;
--color-5: #f3a35e;
}
Celestial Innocence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e2b0, #d7b1e2, #9fc7e0, #6bc2b1, #f3a35e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e2b0, #d7b1e2, #9fc7e0, #6bc2b1, #f3a35e);
}
Similar color palettes
Celestial Innocence color palette created on .