Paleta de colores Bubbling Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bubbling Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Bubbling Sunset

/* CSS */
.color-1 {
color: #f7e1a1;
}
.color-2 {
color: #f6ba41;
}
.color-3 {
color: #d95d30;
}
.color-4 {
color: #b14349;
}
.color-5 {
color: #7a2e31;
}

/* CSS Variables */
:root {
--color-1: #f7e1a1;
--color-2: #f6ba41;
--color-3: #d95d30;
--color-4: #b14349;
--color-5: #7a2e31;
}

CSS del degradado de fondo Bubbling Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e1a1, #f6ba41, #d95d30, #b14349, #7a2e31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e1a1, #f6ba41, #d95d30, #b14349, #7a2e31);
}

Bubbling Sunset color palette created on .