Drakeborough Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Drakeborough Dreams palette

Condividi questa palette a:

tavolozza dei colori Drakeborough Dreams CSS

/* CSS */
.color-1 {
color: #2f6f4d;
}
.color-2 {
color: #a6d9b3;
}
.color-3 {
color: #f6e3b6;
}
.color-4 {
color: #fbb08e;
}
.color-5 {
color: #e94e77;
}

/* CSS Variables */
:root {
--color-1: #2f6f4d;
--color-2: #a6d9b3;
--color-3: #f6e3b6;
--color-4: #fbb08e;
--color-5: #e94e77;
}

CSS con gradiente di sfondo Drakeborough Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f6f4d, #a6d9b3, #f6e3b6, #fbb08e, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f6f4d, #a6d9b3, #f6e3b6, #fbb08e, #e94e77);
}

Drakeborough Dreams color palette created on .