Shades of Iceberg Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Iceberg palette

Share this palette to:

Shades of Iceberg color palette CSS

/* CSS */
.color-1 {
color: #d3e9e9;
}
.color-2 {
color: #a6d8d4;
}
.color-3 {
color: #7cc9d5;
}
.color-4 {
color: #4cb8b4;
}
.color-5 {
color: #2a9d9d;
}

/* CSS Variables */
:root {
--color-1: #d3e9e9;
--color-2: #a6d8d4;
--color-3: #7cc9d5;
--color-4: #4cb8b4;
--color-5: #2a9d9d;
}

Shades of Iceberg background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3e9e9, #a6d8d4, #7cc9d5, #4cb8b4, #2a9d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3e9e9, #a6d8d4, #7cc9d5, #4cb8b4, #2a9d9d);
}

Shades of Iceberg color palette created on .