Dragon's Embrace Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Dragon's Embrace palette
tavolozza dei colori Dragon's Embrace 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;
}
CSS con gradiente di sfondo Dragon's Embrace
/* 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);
}
Tavolozze di colori simili
Dragon's Embrace color palette created on .