Whimsical Sunrise Blush Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whimsical Sunrise Blush palette

Condividi questa palette a:

tavolozza dei colori Whimsical Sunrise Blush CSS

/* CSS */
.color-1 {
color: #fceef0;
}
.color-2 {
color: #ffdedb;
}
.color-3 {
color: #bddcfa;
}
.color-4 {
color: #e5d666;
}
.color-5 {
color: #f1a2aa;
}

/* CSS Variables */
:root {
--color-1: #fceef0;
--color-2: #ffdedb;
--color-3: #bddcfa;
--color-4: #e5d666;
--color-5: #f1a2aa;
}

CSS con gradiente di sfondo Whimsical Sunrise Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fceef0, #ffdedb, #bddcfa, #e5d666, #f1a2aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fceef0, #ffdedb, #bddcfa, #e5d666, #f1a2aa);
}

Whimsical Sunrise Blush color palette created on .