Paleta de colores Sunny Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunny Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Sunny Serenity

/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #ffcd38;
}
.color-3 {
color: #ffee8f;
}
.color-4 {
color: #9ce3e2;
}
.color-5 {
color: #4f9ecf;
}

/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #ffcd38;
--color-3: #ffee8f;
--color-4: #9ce3e2;
--color-5: #4f9ecf;
}

CSS del degradado de fondo Sunny Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #ffcd38, #ffee8f, #9ce3e2, #4f9ecf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #ffcd38, #ffee8f, #9ce3e2, #4f9ecf);
}

Sunny Serenity color palette created on .