Serene Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Embrace palette

Share this palette to:

Serene Embrace color palette CSS

/* CSS */
.color-1 {
color: #f6a2a6;
}
.color-2 {
color: #f8c6b4;
}
.color-3 {
color: #f9e0c8;
}
.color-4 {
color: #c5e7d5;
}
.color-5 {
color: #a9d3e0;
}

/* CSS Variables */
:root {
--color-1: #f6a2a6;
--color-2: #f8c6b4;
--color-3: #f9e0c8;
--color-4: #c5e7d5;
--color-5: #a9d3e0;
}

Serene Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a6, #f8c6b4, #f9e0c8, #c5e7d5, #a9d3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a6, #f8c6b4, #f9e0c8, #c5e7d5, #a9d3e0);
}

Serene Embrace color palette created on .