Denmark Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Denmark palette

Share this palette to:

Denmark color palette PNG image

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

Denmark color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #805b8f;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f1a8a2;
--color-3: #f1c84b;
--color-4: #805b8f;
--color-5: #f0a800;
}

Denmark background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f1a8a2, #f1c84b, #805b8f, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f1a8a2, #f1c84b, #805b8f, #f0a800);
}

Denmark color palette created on .