Paleta de colores Serenity Sip

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenity Sip palette

Compartir esta paleta en:

CSS de la paleta de colores Serenity Sip

/* CSS */
.color-1 {
color: #0097a8;
}
.color-2 {
color: #00bdad;
}
.color-3 {
color: #80deea;
}
.color-4 {
color: #a8ffeb;
}
.color-5 {
color: #b3dfdc;
}

/* CSS Variables */
:root {
--color-1: #0097a8;
--color-2: #00bdad;
--color-3: #80deea;
--color-4: #a8ffeb;
--color-5: #b3dfdc;
}

CSS del degradado de fondo Serenity Sip

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0097a8, #00bdad, #80deea, #a8ffeb, #b3dfdc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0097a8, #00bdad, #80deea, #a8ffeb, #b3dfdc);
}

Serenity Sip color palette created on .