Paleta de colores Sunlit Blossoms

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunlit Blossoms palette

Compartir esta paleta en:

CSS de la paleta de colores Sunlit Blossoms

/* CSS */
.color-1 {
color: #f6bb3c;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #f9e6b9;
}
.color-4 {
color: #f9d09f;
}
.color-5 {
color: #f9b39f;
}

/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f8caa5;
--color-3: #f9e6b9;
--color-4: #f9d09f;
--color-5: #f9b39f;
}

CSS del degradado de fondo Sunlit Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f8caa5, #f9e6b9, #f9d09f, #f9b39f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f8caa5, #f9e6b9, #f9d09f, #f9b39f);
}

Sunlit Blossoms color palette created on .