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: #ffadc0;
}
.color-2 {
color: #ffc4b8;
}
.color-3 {
color: #ffd2c2;
}
.color-4 {
color: #ffebcc;
}
.color-5 {
color: #fffcdb;
}

/* CSS Variables */
:root {
--color-1: #ffadc0;
--color-2: #ffc4b8;
--color-3: #ffd2c2;
--color-4: #ffebcc;
--color-5: #fffcdb;
}

CSS con gradiente di sfondo Blushing Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffadc0, #ffc4b8, #ffd2c2, #ffebcc, #fffcdb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffadc0, #ffc4b8, #ffd2c2, #ffebcc, #fffcdb);
}

Blushing Sunrise color palette created on .