Orchid Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orchid Whispers palette
Orchid Whispers color palette CSS
/* CSS */
.color-1 {
color: #e29cd2;
}
.color-2 {
color: #d7a2d0;
}
.color-3 {
color: #b67ec9;
}
.color-4 {
color: #a9609e;
}
.color-5 {
color: #c6a1d9;
}
/* CSS Variables */
:root {
--color-1: #e29cd2;
--color-2: #d7a2d0;
--color-3: #b67ec9;
--color-4: #a9609e;
--color-5: #c6a1d9;
}
Orchid Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e29cd2, #d7a2d0, #b67ec9, #a9609e, #c6a1d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e29cd2, #d7a2d0, #b67ec9, #a9609e, #c6a1d9);
}
Similar color palettes
Orchid Whispers color palette created on .