Paleta de colores Blushing Sunrise Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Sunrise Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Sunrise Serenity

/* CSS */
.color-1 {
color: #fdfcfc;
}
.color-2 {
color: #f7e7d9;
}
.color-3 {
color: #f7d4b5;
}
.color-4 {
color: #d6d9db;
}
.color-5 {
color: #d0af95;
}

/* CSS Variables */
:root {
--color-1: #fdfcfc;
--color-2: #f7e7d9;
--color-3: #f7d4b5;
--color-4: #d6d9db;
--color-5: #d0af95;
}

CSS del degradado de fondo Blushing Sunrise Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfcfc, #f7e7d9, #f7d4b5, #d6d9db, #d0af95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfcfc, #f7e7d9, #f7d4b5, #d6d9db, #d0af95);
}

Blushing Sunrise Serenity color palette created on .