Scarab Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Scarab palette
Scarab color palette PNG image
Scarab color palette CSS
/* CSS */
.color-1 {
color: #4c7b5e;
}
.color-2 {
color: #7e9e6b;
}
.color-3 {
color: #c2d6c2;
}
.color-4 {
color: #d4b6a1;
}
.color-5 {
color: #b4574b;
}
/* CSS Variables */
:root {
--color-1: #4c7b5e;
--color-2: #7e9e6b;
--color-3: #c2d6c2;
--color-4: #d4b6a1;
--color-5: #b4574b;
}
Scarab background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c7b5e, #7e9e6b, #c2d6c2, #d4b6a1, #b4574b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c7b5e, #7e9e6b, #c2d6c2, #d4b6a1, #b4574b);
}
Similar color palettes
Scarab color palette created on .