Paleta de colores Serenity Splash

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenity Splash palette

Compartir esta paleta en:

CSS de la paleta de colores Serenity Splash

/* CSS */
.color-1 {
color: #7ed6fb;
}
.color-2 {
color: #a1dff2;
}
.color-3 {
color: #f5b8b2;
}
.color-4 {
color: #f3c89b;
}
.color-5 {
color: #f0d86a;
}

/* CSS Variables */
:root {
--color-1: #7ed6fb;
--color-2: #a1dff2;
--color-3: #f5b8b2;
--color-4: #f3c89b;
--color-5: #f0d86a;
}

CSS del degradado de fondo Serenity Splash

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ed6fb, #a1dff2, #f5b8b2, #f3c89b, #f0d86a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ed6fb, #a1dff2, #f5b8b2, #f3c89b, #f0d86a);
}

Serenity Splash color palette created on .