Aquatic Frost Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aquatic Frost Serenity palette

Share this palette to:

Aquatic Frost Serenity color palette CSS

/* CSS */
.color-1 {
color: #a3d7e6;
}
.color-2 {
color: #a2e4f1;
}
.color-3 {
color: #6cd4e0;
}
.color-4 {
color: #5cc7b7;
}
.color-5 {
color: #3cacb9;
}

/* CSS Variables */
:root {
--color-1: #a3d7e6;
--color-2: #a2e4f1;
--color-3: #6cd4e0;
--color-4: #5cc7b7;
--color-5: #3cacb9;
}

Aquatic Frost Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e6, #a2e4f1, #6cd4e0, #5cc7b7, #3cacb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e6, #a2e4f1, #6cd4e0, #5cc7b7, #3cacb9);
}

Aquatic Frost Serenity color palette created on .