Redemption's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Redemption's Embrace palette

Share this palette to:

Redemption's Embrace color palette CSS

/* CSS */
.color-1 {
color: #4c908f;
}
.color-2 {
color: #85c1c1;
}
.color-3 {
color: #f3e4aa;
}
.color-4 {
color: #f5b59e;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #4c908f;
--color-2: #85c1c1;
--color-3: #f3e4aa;
--color-4: #f5b59e;
--color-5: #e74d3c;
}

Redemption's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c908f, #85c1c1, #f3e4aa, #f5b59e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c908f, #85c1c1, #f3e4aa, #f5b59e, #e74d3c);
}

Redemption's Embrace color palette created on .