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: #c8d5d4;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f4c8b3;
}
.color-4 {
color: #e5b69f;
}
.color-5 {
color: #d59faf;
}

/* CSS Variables */
:root {
--color-1: #c8d5d4;
--color-2: #f1a8a2;
--color-3: #f4c8b3;
--color-4: #e5b69f;
--color-5: #d59faf;
}

Serpent's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8d5d4, #f1a8a2, #f4c8b3, #e5b69f, #d59faf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8d5d4, #f1a8a2, #f4c8b3, #e5b69f, #d59faf);
}

Serpent's Embrace color palette created on .