Paleta de colores Champagne Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Champagne Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Champagne Dreams

/* CSS */
.color-1 {
color: #f8e1d3;
}
.color-2 {
color: #f0d9c7;
}
.color-3 {
color: #ead0c3;
}
.color-4 {
color: #e3c0a5;
}
.color-5 {
color: #dab08b;
}

/* CSS Variables */
:root {
--color-1: #f8e1d3;
--color-2: #f0d9c7;
--color-3: #ead0c3;
--color-4: #e3c0a5;
--color-5: #dab08b;
}

CSS del degradado de fondo Champagne Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1d3, #f0d9c7, #ead0c3, #e3c0a5, #dab08b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1d3, #f0d9c7, #ead0c3, #e3c0a5, #dab08b);
}

Champagne Dreams color palette created on .