Celestial Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Serenade palette
Celestial Serenade color palette CSS
/* CSS */
.color-1 {
color: #f7a1b4;
}
.color-2 {
color: #ffcc85;
}
.color-3 {
color: #ffe3b3;
}
.color-4 {
color: #b9e4e1;
}
.color-5 {
color: #8adaf5;
}
/* CSS Variables */
:root {
--color-1: #f7a1b4;
--color-2: #ffcc85;
--color-3: #ffe3b3;
--color-4: #b9e4e1;
--color-5: #8adaf5;
}
Celestial Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b4, #ffcc85, #ffe3b3, #b9e4e1, #8adaf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b4, #ffcc85, #ffe3b3, #b9e4e1, #8adaf5);
}
Similar color palettes
Celestial Serenade color palette created on .