Auriel's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Auriel's Embrace palette

Share this palette to:

Auriel's Embrace color palette CSS

/* CSS */
.color-1 {
color: #f1b74b;
}
.color-2 {
color: #f06f3d;
}
.color-3 {
color: #d14279;
}
.color-4 {
color: #b555c3;
}
.color-5 {
color: #8e59cf;
}

/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #f06f3d;
--color-3: #d14279;
--color-4: #b555c3;
--color-5: #8e59cf;
}

Auriel's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #f06f3d, #d14279, #b555c3, #8e59cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #f06f3d, #d14279, #b555c3, #8e59cf);
}

Auriel's Embrace color palette created on .