Paleta de colores Southern Blooms

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Southern Blooms palette

Compartir esta paleta en:

CSS de la paleta de colores Southern Blooms

/* CSS */
.color-1 {
color: #a7e6b9;
}
.color-2 {
color: #f9d690;
}
.color-3 {
color: #f7b5a1;
}
.color-4 {
color: #f26969;
}
.color-5 {
color: #a34d8b;
}

/* CSS Variables */
:root {
--color-1: #a7e6b9;
--color-2: #f9d690;
--color-3: #f7b5a1;
--color-4: #f26969;
--color-5: #a34d8b;
}

CSS del degradado de fondo Southern Blooms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7e6b9, #f9d690, #f7b5a1, #f26969, #a34d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7e6b9, #f9d690, #f7b5a1, #f26969, #a34d8b);
}

Southern Blooms color palette created on .