Paleta de colores Sunshine Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunshine Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Sunshine Serenity

/* CSS */
.color-1 {
color: #7fd959;
}
.color-2 {
color: #f7c34b;
}
.color-3 {
color: #ff713d;
}
.color-4 {
color: #3d6e9e;
}
.color-5 {
color: #f2a1bf;
}

/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #f7c34b;
--color-3: #ff713d;
--color-4: #3d6e9e;
--color-5: #f2a1bf;
}

CSS del degradado de fondo Sunshine Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #f7c34b, #ff713d, #3d6e9e, #f2a1bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #f7c34b, #ff713d, #3d6e9e, #f2a1bf);
}

Sunshine Serenity color palette created on .