Paleta de colores Cool Beige and Lavender

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cool Beige and Lavender palette

Compartir esta paleta en:

CSS de la paleta de colores Cool Beige and Lavender

/* CSS */
.color-1 {
color: #d7c6b2;
}
.color-2 {
color: #afa5c0;
}
.color-3 {
color: #6a8faf;
}
.color-4 {
color: #b7e1d4;
}
.color-5 {
color: #e6a8b7;
}

/* CSS Variables */
:root {
--color-1: #d7c6b2;
--color-2: #afa5c0;
--color-3: #6a8faf;
--color-4: #b7e1d4;
--color-5: #e6a8b7;
}

CSS del degradado de fondo Cool Beige and Lavender

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c6b2, #afa5c0, #6a8faf, #b7e1d4, #e6a8b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c6b2, #afa5c0, #6a8faf, #b7e1d4, #e6a8b7);
}

Cool Beige and Lavender color palette created on .