Paleta de colores Divine Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Divine Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores Divine Sunshine

/* CSS */
.color-1 {
color: #ffed7a;
}
.color-2 {
color: #ffd280;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff8052;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ffed7a;
--color-2: #ffd280;
--color-3: #ffb84d;
--color-4: #ff8052;
--color-5: #ff6e61;
}

CSS del degradado de fondo Divine Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffed7a, #ffd280, #ffb84d, #ff8052, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffed7a, #ffd280, #ffb84d, #ff8052, #ff6e61);
}

Divine Sunshine color palette created on .