Dusky Rosewood Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dusky Rosewood Dreams palette

Condividi questa palette a:

tavolozza dei colori Dusky Rosewood Dreams CSS

/* CSS */
.color-1 {
color: #baabac;
}
.color-2 {
color: #a15966;
}
.color-3 {
color: #55738b;
}
.color-4 {
color: #404763;
}
.color-5 {
color: #82123b;
}

/* CSS Variables */
:root {
--color-1: #baabac;
--color-2: #a15966;
--color-3: #55738b;
--color-4: #404763;
--color-5: #82123b;
}

CSS con gradiente di sfondo Dusky Rosewood Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #baabac, #a15966, #55738b, #404763, #82123b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #baabac, #a15966, #55738b, #404763, #82123b);
}

Dusky Rosewood Dreams color palette created on .