Yellow Waffle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Waffle palette
Yellow Waffle color palette CSS
/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #eab76c;
}
.color-3 {
color: #f2a76e;
}
.color-4 {
color: #f4805d;
}
.color-5 {
color: #e74040;
}
/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #eab76c;
--color-3: #f2a76e;
--color-4: #f4805d;
--color-5: #e74040;
}
Yellow Waffle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #eab76c, #f2a76e, #f4805d, #e74040);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #eab76c, #f2a76e, #f4805d, #e74040);
}
Similar color palettes
Yellow Waffle color palette created on .