Celestial Satyr Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Satyr Serenade palette
Celestial Satyr Serenade color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4b6bb4;
}
.color-3 {
color: #77aae4;
}
.color-4 {
color: #a1d4f2;
}
.color-5 {
color: #f0c4b2;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4b6bb4;
--color-3: #77aae4;
--color-4: #a1d4f2;
--color-5: #f0c4b2;
}
Celestial Satyr Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4b6bb4, #77aae4, #a1d4f2, #f0c4b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4b6bb4, #77aae4, #a1d4f2, #f0c4b2);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Celestial Satyr Serenade color palette created on .