Toasty Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Toasty Delight palette
Toasty Delight color palette CSS
/* CSS */
.color-1 {
color: #f7c750;
}
.color-2 {
color: #e9a84e;
}
.color-3 {
color: #f47b1f;
}
.color-4 {
color: #d75928;
}
.color-5 {
color: #794c39;
}
/* CSS Variables */
:root {
--color-1: #f7c750;
--color-2: #e9a84e;
--color-3: #f47b1f;
--color-4: #d75928;
--color-5: #794c39;
}
Toasty Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c750, #e9a84e, #f47b1f, #d75928, #794c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c750, #e9a84e, #f47b1f, #d75928, #794c39);
}
Similar color palettes
Toasty Delight color palette created on .