Nebula's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nebula's Embrace palette
Nebula's Embrace color palette CSS
/* CSS */
.color-1 {
color: #592d8f;
}
.color-2 {
color: #784b9b;
}
.color-3 {
color: #a56ab4;
}
.color-4 {
color: #d59ed6;
}
.color-5 {
color: #e4c3e1;
}
/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #784b9b;
--color-3: #a56ab4;
--color-4: #d59ed6;
--color-5: #e4c3e1;
}
Nebula's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #784b9b, #a56ab4, #d59ed6, #e4c3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #784b9b, #a56ab4, #d59ed6, #e4c3e1);
}
Similar color palettes
Scroll down to explore 100+ Deep color palettes
Nebula's Embrace color palette created on .