Cool Iceberg Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cool Iceberg palette

Share this palette to:

Cool Iceberg color palette CSS

/* CSS */
.color-1 {
color: #dcf4f1;
}
.color-2 {
color: #a2e2e0;
}
.color-3 {
color: #7dd2d8;
}
.color-4 {
color: #3cb3c8;
}
.color-5 {
color: #0096b8;
}

/* CSS Variables */
:root {
--color-1: #dcf4f1;
--color-2: #a2e2e0;
--color-3: #7dd2d8;
--color-4: #3cb3c8;
--color-5: #0096b8;
}

Cool Iceberg background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcf4f1, #a2e2e0, #7dd2d8, #3cb3c8, #0096b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcf4f1, #a2e2e0, #7dd2d8, #3cb3c8, #0096b8);
}

Cool Iceberg color palette created on .