December Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with December palette

Share this palette to:

December color palette PNG image

Download december color palette PNG image (landscape)
Download december color palette PNG image (square)

December color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b7d6e6;
}
.color-3 {
color: #f0f7d4;
}
.color-4 {
color: #f4b3c4;
}
.color-5 {
color: #eab8c8;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b7d6e6;
--color-3: #f0f7d4;
--color-4: #f4b3c4;
--color-5: #eab8c8;
}

December background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b7d6e6, #f0f7d4, #f4b3c4, #eab8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b7d6e6, #f0f7d4, #f4b3c4, #eab8c8);
}

December color palette created on .