Dama's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dama's Embrace palette

Share this palette to:

Dama's Embrace color palette CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #f5c1b2;
}
.color-3 {
color: #f5d67f;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #d63f2e;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #f5c1b2;
--color-3: #f5d67f;
--color-4: #f0a400;
--color-5: #d63f2e;
}

Dama's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #f5c1b2, #f5d67f, #f0a400, #d63f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #f5c1b2, #f5d67f, #f0a400, #d63f2e);
}

Dama's Embrace color palette created on .