Gilded Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gilded Whispers palette
Gilded Whispers color palette CSS
/* CSS */
.color-1 {
color: #f6d2a2;
}
.color-2 {
color: #e9a36d;
}
.color-3 {
color: #c39f6f;
}
.color-4 {
color: #9f7c60;
}
.color-5 {
color: #7d5b4f;
}
/* CSS Variables */
:root {
--color-1: #f6d2a2;
--color-2: #e9a36d;
--color-3: #c39f6f;
--color-4: #9f7c60;
--color-5: #7d5b4f;
}
Gilded Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d2a2, #e9a36d, #c39f6f, #9f7c60, #7d5b4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d2a2, #e9a36d, #c39f6f, #9f7c60, #7d5b4f);
}
Similar color palettes
Gilded Whispers color palette created on .