Camouflage Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Camouflage Serenity palette
Camouflage Serenity color palette CSS
/* CSS */
.color-1 {
color: #4a6d4c;
}
.color-2 {
color: #7e9e6b;
}
.color-3 {
color: #b1c8a3;
}
.color-4 {
color: #e3daba;
}
.color-5 {
color: #d0a56d;
}
/* CSS Variables */
:root {
--color-1: #4a6d4c;
--color-2: #7e9e6b;
--color-3: #b1c8a3;
--color-4: #e3daba;
--color-5: #d0a56d;
}
Camouflage Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6d4c, #7e9e6b, #b1c8a3, #e3daba, #d0a56d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6d4c, #7e9e6b, #b1c8a3, #e3daba, #d0a56d);
}
Similar color palettes
Camouflage Serenity color palette created on .