Paleta de colores Dreams of Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dreams of Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores Dreams of Sunshine

/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #f6b531;
}
.color-3 {
color: #d6b300;
}
.color-4 {
color: #a85e3e;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f6b531;
--color-3: #d6b300;
--color-4: #a85e3e;
--color-5: #e76e50;
}

CSS del degradado de fondo Dreams of Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f6b531, #d6b300, #a85e3e, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f6b531, #d6b300, #a85e3e, #e76e50);
}

Dreams of Sunshine color palette created on .