Sweet Agar Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Agar Delight palette
Sweet Agar Delight color palette CSS
/* CSS */
.color-1 {
color: #f5e0c7;
}
.color-2 {
color: #f1c2a2;
}
.color-3 {
color: #e3aa87;
}
.color-4 {
color: #db8b6b;
}
.color-5 {
color: #d8715f;
}
/* CSS Variables */
:root {
--color-1: #f5e0c7;
--color-2: #f1c2a2;
--color-3: #e3aa87;
--color-4: #db8b6b;
--color-5: #d8715f;
}
Sweet Agar Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0c7, #f1c2a2, #e3aa87, #db8b6b, #d8715f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0c7, #f1c2a2, #e3aa87, #db8b6b, #d8715f);
}
Similar color palettes
Sweet Agar Delight color palette created on .