Celestial Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Embrace palette

Share this palette to:

Celestial Embrace color palette CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #6ad2e7;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #ff6e61;
--color-3: #f0a800;
--color-4: #ff9900;
--color-5: #6ad2e7;
}

Celestial Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #ff6e61, #f0a800, #ff9900, #6ad2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #ff6e61, #f0a800, #ff9900, #6ad2e7);
}

Celestial Embrace color palette created on .