Vivian's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vivian's Embrace palette

Share this palette to:

Vivian's Embrace color palette CSS

/* CSS */
.color-1 {
color: #f2c84a;
}
.color-2 {
color: #f7a89c;
}
.color-3 {
color: #f08e8e;
}
.color-4 {
color: #e44e6c;
}
.color-5 {
color: #a34860;
}

/* CSS Variables */
:root {
--color-1: #f2c84a;
--color-2: #f7a89c;
--color-3: #f08e8e;
--color-4: #e44e6c;
--color-5: #a34860;
}

Vivian's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c84a, #f7a89c, #f08e8e, #e44e6c, #a34860);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c84a, #f7a89c, #f08e8e, #e44e6c, #a34860);
}

Vivian's Embrace color palette created on .