Velvet Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Velvet Whisper palette
Velvet Whisper color palette CSS
/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #a04b66;
}
.color-3 {
color: #d09a9b;
}
.color-4 {
color: #f8c8a0;
}
.color-5 {
color: #fef3d2;
}
/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #a04b66;
--color-3: #d09a9b;
--color-4: #f8c8a0;
--color-5: #fef3d2;
}
Velvet Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #a04b66, #d09a9b, #f8c8a0, #fef3d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #a04b66, #d09a9b, #f8c8a0, #fef3d2);
}
Similar color palettes
Velvet Whisper color palette created on .