Serenade of Aecuh Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenade of Aecuh palette
Serenade of Aecuh color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f5b2c1;
}
.color-3 {
color: #f9e8a4;
}
.color-4 {
color: #d1c0e3;
}
.color-5 {
color: #f28b69;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f5b2c1;
--color-3: #f9e8a4;
--color-4: #d1c0e3;
--color-5: #f28b69;
}
Serenade of Aecuh background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f5b2c1, #f9e8a4, #d1c0e3, #f28b69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f5b2c1, #f9e8a4, #d1c0e3, #f28b69);
}
Similar color palettes
Scroll down to explore 900+ Aesthetic color palettes
Serenade of Aecuh color palette created on .