Blue Dusk Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Dusk palette

Condividi questa palette a:

tavolozza dei colori Blue Dusk CSS

/* CSS */
.color-1 {
color: #49586e;
}
.color-2 {
color: #6d798d;
}
.color-3 {
color: #a0b3c5;
}
.color-4 {
color: #e0b2c4;
}
.color-5 {
color: #e6a9a2;
}

/* CSS Variables */
:root {
--color-1: #49586e;
--color-2: #6d798d;
--color-3: #a0b3c5;
--color-4: #e0b2c4;
--color-5: #e6a9a2;
}

CSS con gradiente di sfondo Blue Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #49586e, #6d798d, #a0b3c5, #e0b2c4, #e6a9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #49586e, #6d798d, #a0b3c5, #e0b2c4, #e6a9a2);
}

Blue Dusk color palette created on .