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: #a6c6ed;
}
.color-2 {
color: #f2e6d9;
}
.color-3 {
color: #f4c5a9;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #d194c2;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f2e6d9;
--color-3: #f4c5a9;
--color-4: #f7b5a1;
--color-5: #d194c2;
}

Dreamscape Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f2e6d9, #f4c5a9, #f7b5a1, #d194c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f2e6d9, #f4c5a9, #f7b5a1, #d194c2);
}

Dreamscape Whispers color palette created on .