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: #f6e6d5;
}
.color-2 {
color: #e9caa5;
}
.color-3 {
color: #d7b888;
}
.color-4 {
color: #c2a67a;
}
.color-5 {
color: #b5995a;
}

/* CSS Variables */
:root {
--color-1: #f6e6d5;
--color-2: #e9caa5;
--color-3: #d7b888;
--color-4: #c2a67a;
--color-5: #b5995a;
}

Vanilla Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6d5, #e9caa5, #d7b888, #c2a67a, #b5995a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6d5, #e9caa5, #d7b888, #c2a67a, #b5995a);
}

Vanilla Dreamscape color palette created on .