Goiaba Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Goiaba Delight palette
Goiaba Delight color palette CSS
/* CSS */
.color-1 {
color: #fec8d8;
}
.color-2 {
color: #f9b5a9;
}
.color-3 {
color: #f5a68e;
}
.color-4 {
color: #e3a359;
}
.color-5 {
color: #d29c4b;
}
/* CSS Variables */
:root {
--color-1: #fec8d8;
--color-2: #f9b5a9;
--color-3: #f5a68e;
--color-4: #e3a359;
--color-5: #d29c4b;
}
Goiaba Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fec8d8, #f9b5a9, #f5a68e, #e3a359, #d29c4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fec8d8, #f9b5a9, #f5a68e, #e3a359, #d29c4b);
}
Similar color palettes
Goiaba Delight color palette created on .