Paleta de colores Serene Sip

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Sip palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Sip

/* CSS */
.color-1 {
color: #e2b8a1;
}
.color-2 {
color: #d49e7d;
}
.color-3 {
color: #f5c8a3;
}
.color-4 {
color: #f2df9c;
}
.color-5 {
color: #d1e7c5;
}

/* CSS Variables */
:root {
--color-1: #e2b8a1;
--color-2: #d49e7d;
--color-3: #f5c8a3;
--color-4: #f2df9c;
--color-5: #d1e7c5;
}

CSS del degradado de fondo Serene Sip

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b8a1, #d49e7d, #f5c8a3, #f2df9c, #d1e7c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b8a1, #d49e7d, #f5c8a3, #f2df9c, #d1e7c5);
}

Serene Sip color palette created on .