February Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with February palette
February color palette PNG image
February color palette CSS
/* CSS */
.color-1 {
color: #bf5545;
}
.color-2 {
color: #bd7f3d;
}
.color-3 {
color: #c18d53;
}
.color-4 {
color: #bd8e3d;
}
.color-5 {
color: #b97837;
}
/* CSS Variables */
:root {
--color-1: #bf5545;
--color-2: #bd7f3d;
--color-3: #c18d53;
--color-4: #bd8e3d;
--color-5: #b97837;
}
February background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf5545, #bd7f3d, #c18d53, #bd8e3d, #b97837);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf5545, #bd7f3d, #c18d53, #bd8e3d, #b97837);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
February color palette created on .