Vanilla Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vanilla Dreamscape palette

Share this palette to:

Vanilla Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #e3c39c;
}
.color-3 {
color: #d3b68d;
}
.color-4 {
color: #b7a07b;
}
.color-5 {
color: #a68c6e;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #e3c39c;
--color-3: #d3b68d;
--color-4: #b7a07b;
--color-5: #a68c6e;
}

Vanilla Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #e3c39c, #d3b68d, #b7a07b, #a68c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #e3c39c, #d3b68d, #b7a07b, #a68c6e);
}

Vanilla Dreamscape color palette created on .