Paleta de colores Vanilla Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vanilla Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Vanilla Dreamscape

/* CSS */
.color-1 {
color: #f9e7d7;
}
.color-2 {
color: #f4d5b4;
}
.color-3 {
color: #f2c9a1;
}
.color-4 {
color: #e8b36d;
}
.color-5 {
color: #d6a55c;
}

/* CSS Variables */
:root {
--color-1: #f9e7d7;
--color-2: #f4d5b4;
--color-3: #f2c9a1;
--color-4: #e8b36d;
--color-5: #d6a55c;
}

CSS del degradado de fondo Vanilla Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e7d7, #f4d5b4, #f2c9a1, #e8b36d, #d6a55c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e7d7, #f4d5b4, #f2c9a1, #e8b36d, #d6a55c);
}

Vanilla Dreamscape color palette created on .