Mongoose Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mongoose Delight palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mongoose Delight Color Palette (PNG)
Mongoose Delight color palette CSS
/* CSS */
.color-1 {
color: #d6c89a;
}
.color-2 {
color: #bfa75a;
}
.color-3 {
color: #8d8c3a;
}
.color-4 {
color: #696c3d;
}
.color-5 {
color: #4f5c42;
}
/* CSS Variables */
:root {
--color-1: #d6c89a;
--color-2: #bfa75a;
--color-3: #8d8c3a;
--color-4: #696c3d;
--color-5: #4f5c42;
}
Mongoose Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c89a, #bfa75a, #8d8c3a, #696c3d, #4f5c42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c89a, #bfa75a, #8d8c3a, #696c3d, #4f5c42);
}
Similar color palettes
Mongoose Delight color palette created on .