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: #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;
}

Vanilla Dreamscape background gradient CSS

/* 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 .