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: #f6a8a2;
}
.color-2 {
color: #d99c73;
}
.color-3 {
color: #b7c57c;
}
.color-4 {
color: #7eae92;
}
.color-5 {
color: #4a9cc4;
}

/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #d99c73;
--color-3: #b7c57c;
--color-4: #7eae92;
--color-5: #4a9cc4;
}

Dragon's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #d99c73, #b7c57c, #7eae92, #4a9cc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #d99c73, #b7c57c, #7eae92, #4a9cc4);
}

Dragon's Embrace color palette created on .