Dragon's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dragon's Embrace palette

Share this palette to:

Dragon's Embrace color palette CSS

/* CSS */
.color-1 {
color: #7f5c67;
}
.color-2 {
color: #b68687;
}
.color-3 {
color: #d0af8a;
}
.color-4 {
color: #eecd68;
}
.color-5 {
color: #f7e1ab;
}

/* CSS Variables */
:root {
--color-1: #7f5c67;
--color-2: #b68687;
--color-3: #d0af8a;
--color-4: #eecd68;
--color-5: #f7e1ab;
}

Dragon's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f5c67, #b68687, #d0af8a, #eecd68, #f7e1ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f5c67, #b68687, #d0af8a, #eecd68, #f7e1ab);
}

Similar color palettes

Scroll down to explore 1 Earthy color palette

Dragon's Embrace color palette created on .