Paleta de colores Sunny Hues

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunny Hues palette

Compartir esta paleta en:

CSS de la paleta de colores Sunny Hues

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9d4d;
}
.color-3 {
color: #ffcf66;
}
.color-4 {
color: #ffee80;
}
.color-5 {
color: #fffb94;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9d4d;
--color-3: #ffcf66;
--color-4: #ffee80;
--color-5: #fffb94;
}

CSS del degradado de fondo Sunny Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9d4d, #ffcf66, #ffee80, #fffb94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9d4d, #ffcf66, #ffee80, #fffb94);
}

Sunny Hues color palette created on .