Chill Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Chill Embrace palette

Share this palette to:

Chill Embrace color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #e1f4f3;
}
.color-3 {
color: #f6d4b1;
}
.color-4 {
color: #daaab3;
}
.color-5 {
color: #a27c9a;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #e1f4f3;
--color-3: #f6d4b1;
--color-4: #daaab3;
--color-5: #a27c9a;
}

Chill Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #e1f4f3, #f6d4b1, #daaab3, #a27c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #e1f4f3, #f6d4b1, #daaab3, #a27c9a);
}

Chill Embrace color palette created on .