Nebula's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nebula's Embrace palette

Share this palette to:

Nebula's Embrace color palette CSS

/* CSS */
.color-1 {
color: #572b8c;
}
.color-2 {
color: #764899;
}
.color-3 {
color: #a268b1;
}
.color-4 {
color: #d198d2;
}
.color-5 {
color: #debadb;
}

/* CSS Variables */
:root {
--color-1: #572b8c;
--color-2: #764899;
--color-3: #a268b1;
--color-4: #d198d2;
--color-5: #debadb;
}

Nebula's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #572b8c, #764899, #a268b1, #d198d2, #debadb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #572b8c, #764899, #a268b1, #d198d2, #debadb);
}

Nebula's Embrace color palette created on .