Celestial Serpent Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Serpent palette

Share this palette to:

Celestial Serpent color palette CSS

/* CSS */
.color-1 {
color: #4a4e68;
}
.color-2 {
color: #9a8d98;
}
.color-3 {
color: #f0b49e;
}
.color-4 {
color: #f6d55a;
}
.color-5 {
color: #ee412b;
}

/* CSS Variables */
:root {
--color-1: #4a4e68;
--color-2: #9a8d98;
--color-3: #f0b49e;
--color-4: #f6d55a;
--color-5: #ee412b;
}

Celestial Serpent background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e68, #9a8d98, #f0b49e, #f6d55a, #ee412b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e68, #9a8d98, #f0b49e, #f6d55a, #ee412b);
}

Celestial Serpent color palette created on .