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: #e5a75d;
}
.color-2 {
color: #f1c8a7;
}
.color-3 {
color: #f8e7d3;
}
.color-4 {
color: #c3e2ea;
}
.color-5 {
color: #a6c2d3;
}
/* CSS Variables */
:root {
--color-1: #e5a75d;
--color-2: #f1c8a7;
--color-3: #f8e7d3;
--color-4: #c3e2ea;
--color-5: #a6c2d3;
}
Serene Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a75d, #f1c8a7, #f8e7d3, #c3e2ea, #a6c2d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a75d, #f1c8a7, #f8e7d3, #c3e2ea, #a6c2d3);
}
Similar color palettes
Serene Embrace color palette created on .