Whispers of Velvet Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Velvet Dreams palette

Share this palette to:

Whispers of Velvet Dreams color palette CSS

/* CSS */
.color-1 {
color: #f9eee1;
}
.color-2 {
color: #dabed0;
}
.color-3 {
color: #d3a992;
}
.color-4 {
color: #8c91c5;
}
.color-5 {
color: #ab7888;
}

/* CSS Variables */
:root {
--color-1: #f9eee1;
--color-2: #dabed0;
--color-3: #d3a992;
--color-4: #8c91c5;
--color-5: #ab7888;
}

Whispers of Velvet Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9eee1, #dabed0, #d3a992, #8c91c5, #ab7888);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9eee1, #dabed0, #d3a992, #8c91c5, #ab7888);
}

Similar color palettes

Scroll down to explore 1 Soft peach color palette

Whispers of Velvet Dreams color palette created on .