Oceanic Chill Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Chill palette

Share this palette to:

Oceanic Chill color palette CSS

/* CSS */
.color-1 {
color: #a2d2e2;
}
.color-2 {
color: #6d9dba;
}
.color-3 {
color: #3b5e8c;
}
.color-4 {
color: #1b3d74;
}
.color-5 {
color: #0d2d4f;
}

/* CSS Variables */
:root {
--color-1: #a2d2e2;
--color-2: #6d9dba;
--color-3: #3b5e8c;
--color-4: #1b3d74;
--color-5: #0d2d4f;
}

Oceanic Chill background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d2e2, #6d9dba, #3b5e8c, #1b3d74, #0d2d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d2e2, #6d9dba, #3b5e8c, #1b3d74, #0d2d4f);
}

Oceanic Chill color palette created on .