Ethereal Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Whispers palette
Ethereal Whispers color palette CSS
/* CSS */
.color-1 {
color: #f1a7da;
}
.color-2 {
color: #76b7e0;
}
.color-3 {
color: #4cdc9d;
}
.color-4 {
color: #ffc966;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #f1a7da;
--color-2: #76b7e0;
--color-3: #4cdc9d;
--color-4: #ffc966;
--color-5: #f76e6e;
}
Ethereal Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7da, #76b7e0, #4cdc9d, #ffc966, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7da, #76b7e0, #4cdc9d, #ffc966, #f76e6e);
}
Similar color palettes
Ethereal Whispers color palette created on .