December Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with December palette
December color palette PNG image
December color palette CSS
/* CSS */
.color-1 {
color: #a7c8d7;
}
.color-2 {
color: #f1f6f9;
}
.color-3 {
color: #f7b7a1;
}
.color-4 {
color: #d9788a;
}
.color-5 {
color: #c3323c;
}
/* CSS Variables */
:root {
--color-1: #a7c8d7;
--color-2: #f1f6f9;
--color-3: #f7b7a1;
--color-4: #d9788a;
--color-5: #c3323c;
}
December background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8d7, #f1f6f9, #f7b7a1, #d9788a, #c3323c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8d7, #f1f6f9, #f7b7a1, #d9788a, #c3323c);
}
Similar color palettes
December color palette created on .