Mystic Serpent's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Serpent's Embrace palette

Share this palette to:

Mystic Serpent's Embrace color palette CSS

/* CSS */
.color-1 {
color: #66c7b3;
}
.color-2 {
color: #e4a78b;
}
.color-3 {
color: #f5e9a3;
}
.color-4 {
color: #f78f40;
}
.color-5 {
color: #d2709a;
}

/* CSS Variables */
:root {
--color-1: #66c7b3;
--color-2: #e4a78b;
--color-3: #f5e9a3;
--color-4: #f78f40;
--color-5: #d2709a;
}

Mystic Serpent's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66c7b3, #e4a78b, #f5e9a3, #f78f40, #d2709a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66c7b3, #e4a78b, #f5e9a3, #f78f40, #d2709a);
}

Mystic Serpent's Embrace color palette created on .