Blushing Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Sunrise palette

Condividi questa palette a:

tavolozza dei colori Blushing Sunrise CSS

/* CSS */
.color-1 {
color: #d02578;
}
.color-2 {
color: #ef6c91;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f8e2af;
}
.color-5 {
color: #f9c9c3;
}

/* CSS Variables */
:root {
--color-1: #d02578;
--color-2: #ef6c91;
--color-3: #f4a462;
--color-4: #f8e2af;
--color-5: #f9c9c3;
}

CSS con gradiente di sfondo Blushing Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d02578, #ef6c91, #f4a462, #f8e2af, #f9c9c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d02578, #ef6c91, #f4a462, #f8e2af, #f9c9c3);
}

Blushing Sunrise color palette created on .