Serenity's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity's Embrace palette
Serenity's Embrace color palette CSS
/* CSS */
.color-1 {
color: #f3e1b4;
}
.color-2 {
color: #e9b79b;
}
.color-3 {
color: #d789ca;
}
.color-4 {
color: #a3c5eb;
}
.color-5 {
color: #6b9e8b;
}
/* CSS Variables */
:root {
--color-1: #f3e1b4;
--color-2: #e9b79b;
--color-3: #d789ca;
--color-4: #a3c5eb;
--color-5: #6b9e8b;
}
Serenity's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e1b4, #e9b79b, #d789ca, #a3c5eb, #6b9e8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e1b4, #e9b79b, #d789ca, #a3c5eb, #6b9e8b);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Serenity's Embrace color palette created on .