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: #3b5991;
}
.color-2 {
color: #5e8bba;
}
.color-3 {
color: #9cced3;
}
.color-4 {
color: #e2b8a2;
}
.color-5 {
color: #e57e38;
}

/* CSS Variables */
:root {
--color-1: #3b5991;
--color-2: #5e8bba;
--color-3: #9cced3;
--color-4: #e2b8a2;
--color-5: #e57e38;
}

Dragon's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5991, #5e8bba, #9cced3, #e2b8a2, #e57e38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5991, #5e8bba, #9cced3, #e2b8a2, #e57e38);
}

Dragon's Embrace color palette created on .