Whispers of Silk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Silk palette
Whispers of Silk color palette CSS
/* CSS */
.color-1 {
color: #f0c1c8;
}
.color-2 {
color: #f8d2a0;
}
.color-3 {
color: #f0e2a8;
}
.color-4 {
color: #a3d7e0;
}
.color-5 {
color: #76a6b7;
}
/* CSS Variables */
:root {
--color-1: #f0c1c8;
--color-2: #f8d2a0;
--color-3: #f0e2a8;
--color-4: #a3d7e0;
--color-5: #76a6b7;
}
Whispers of Silk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c1c8, #f8d2a0, #f0e2a8, #a3d7e0, #76a6b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c1c8, #f8d2a0, #f0e2a8, #a3d7e0, #76a6b7);
}
Similar color palettes
Whispers of Silk color palette created on .