Serpent's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serpent's Embrace palette

Share this palette to:

Serpent's Embrace color palette CSS

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f98348;
}
.color-3 {
color: #f67481;
}
.color-4 {
color: #f9a9b1;
}
.color-5 {
color: #fda52b;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f98348;
--color-3: #f67481;
--color-4: #f9a9b1;
--color-5: #fda52b;
}

Serpent's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f98348, #f67481, #f9a9b1, #fda52b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f98348, #f67481, #f9a9b1, #fda52b);
}

Serpent's Embrace color palette created on .