Dreamscape Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamscape Whispers palette

Share this palette to:

Dreamscape Whispers color palette CSS

/* CSS */
.color-1 {
color: #a3c4e0;
}
.color-2 {
color: #d9bbe8;
}
.color-3 {
color: #f4b79f;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #f8a2a0;
}

/* CSS Variables */
:root {
--color-1: #a3c4e0;
--color-2: #d9bbe8;
--color-3: #f4b79f;
--color-4: #f4cf3e;
--color-5: #f8a2a0;
}

Dreamscape Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c4e0, #d9bbe8, #f4b79f, #f4cf3e, #f8a2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c4e0, #d9bbe8, #f4b79f, #f4cf3e, #f8a2a0);
}

Dreamscape Whispers color palette created on .