Meringue Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Meringue Whispers palette
Meringue Whispers color palette CSS
/* CSS */
.color-1 {
color: #f4d69f;
}
.color-2 {
color: #e0b88a;
}
.color-3 {
color: #d18f6b;
}
.color-4 {
color: #a46b56;
}
.color-5 {
color: #7a4f4d;
}
/* CSS Variables */
:root {
--color-1: #f4d69f;
--color-2: #e0b88a;
--color-3: #d18f6b;
--color-4: #a46b56;
--color-5: #7a4f4d;
}
Meringue Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d69f, #e0b88a, #d18f6b, #a46b56, #7a4f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d69f, #e0b88a, #d18f6b, #a46b56, #7a4f4d);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
Meringue Whispers color palette created on .