Antarctic Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Antarctic Serenity palette
Antarctic Serenity color palette CSS
/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #71c6d1;
}
.color-3 {
color: #4da3b3;
}
.color-4 {
color: #2d7c8f;
}
.color-5 {
color: #00596b;
}
/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #71c6d1;
--color-3: #4da3b3;
--color-4: #2d7c8f;
--color-5: #00596b;
}
Antarctic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #71c6d1, #4da3b3, #2d7c8f, #00596b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #71c6d1, #4da3b3, #2d7c8f, #00596b);
}
Similar color palettes
Antarctic Serenity color palette created on .