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: #e6375d;
}
.color-2 {
color: #f06a7a;
}
.color-3 {
color: #f8afa5;
}
.color-4 {
color: #f2d9ca;
}
.color-5 {
color: #f6d2b6;
}

/* CSS Variables */
:root {
--color-1: #e6375d;
--color-2: #f06a7a;
--color-3: #f8afa5;
--color-4: #f2d9ca;
--color-5: #f6d2b6;
}

CSS con gradiente di sfondo Blushing Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6375d, #f06a7a, #f8afa5, #f2d9ca, #f6d2b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6375d, #f06a7a, #f8afa5, #f2d9ca, #f6d2b6);
}

Blushing Sunrise color palette created on .