Embrace of Oblivion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Embrace of Oblivion palette

Share this palette to:

Embrace of Oblivion color palette PNG image

Download embrace of oblivion color palette PNG image (landscape)
Download embrace of oblivion color palette PNG image (square)

Embrace of Oblivion color palette CSS

/* CSS */
.color-1 {
color: #3b2d62;
}
.color-2 {
color: #684f92;
}
.color-3 {
color: #b69cce;
}
.color-4 {
color: #f1d5d6;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #3b2d62;
--color-2: #684f92;
--color-3: #b69cce;
--color-4: #f1d5d6;
--color-5: #f9c54e;
}

Embrace of Oblivion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2d62, #684f92, #b69cce, #f1d5d6, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2d62, #684f92, #b69cce, #f1d5d6, #f9c54e);
}

Embrace of Oblivion color palette created on .