Antarctic Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Antarctic Dream palette

Share this palette to:

Antarctic Dream color palette CSS

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #4e9fa6;
}
.color-3 {
color: #007c85;
}
.color-4 {
color: #005f70;
}
.color-5 {
color: #00384d;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #4e9fa6;
--color-3: #007c85;
--color-4: #005f70;
--color-5: #00384d;
}

Antarctic Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #4e9fa6, #007c85, #005f70, #00384d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #4e9fa6, #007c85, #005f70, #00384d);
}

Antarctic Dream color palette created on .