Serene Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Embrace palette
Serene Embrace color palette CSS
/* CSS */
.color-1 {
color: #a5d8e4;
}
.color-2 {
color: #f7bfb6;
}
.color-3 {
color: #f4e186;
}
.color-4 {
color: #b0d8a2;
}
.color-5 {
color: #f2a2a1;
}
/* CSS Variables */
:root {
--color-1: #a5d8e4;
--color-2: #f7bfb6;
--color-3: #f4e186;
--color-4: #b0d8a2;
--color-5: #f2a2a1;
}
Serene Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d8e4, #f7bfb6, #f4e186, #b0d8a2, #f2a2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d8e4, #f7bfb6, #f4e186, #b0d8a2, #f2a2a1);
}
Similar color palettes
Serene Embrace color palette created on .