Paleta de colores Whimsical Sunrise Blush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Sunrise Blush palette

Compartir esta paleta en:

CSS de la paleta de colores Whimsical Sunrise Blush

/* 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 del degradado de fondo 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 .