Paleta de colores Caramel Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Caramel Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Caramel Dreamscape

/* CSS */
.color-1 {
color: #dfaf6d;
}
.color-2 {
color: #e5c18b;
}
.color-3 {
color: #d0915d;
}
.color-4 {
color: #a85c3e;
}
.color-5 {
color: #6b4029;
}

/* CSS Variables */
:root {
--color-1: #dfaf6d;
--color-2: #e5c18b;
--color-3: #d0915d;
--color-4: #a85c3e;
--color-5: #6b4029;
}

CSS del degradado de fondo Caramel Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfaf6d, #e5c18b, #d0915d, #a85c3e, #6b4029);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfaf6d, #e5c18b, #d0915d, #a85c3e, #6b4029);
}

Caramel Dreamscape color palette created on .