Paleta de colores Serene Bond

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Bond palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Bond

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b2e0d3;
}
.color-3 {
color: #f6e7a7;
}
.color-4 {
color: #f9caae;
}
.color-5 {
color: #f67e7e;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b2e0d3;
--color-3: #f6e7a7;
--color-4: #f9caae;
--color-5: #f67e7e;
}

CSS del degradado de fondo Serene Bond

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b2e0d3, #f6e7a7, #f9caae, #f67e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b2e0d3, #f6e7a7, #f9caae, #f67e7e);
}

Serene Bond color palette created on .