Aerial Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aerial Serenity palette

Share this palette to:

Aerial Serenity color palette CSS

/* CSS */
.color-1 {
color: #4bb7e2;
}
.color-2 {
color: #9cd5e2;
}
.color-3 {
color: #d3f3e0;
}
.color-4 {
color: #ffdfa3;
}
.color-5 {
color: #ffb3b3;
}

/* CSS Variables */
:root {
--color-1: #4bb7e2;
--color-2: #9cd5e2;
--color-3: #d3f3e0;
--color-4: #ffdfa3;
--color-5: #ffb3b3;
}

Aerial Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bb7e2, #9cd5e2, #d3f3e0, #ffdfa3, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bb7e2, #9cd5e2, #d3f3e0, #ffdfa3, #ffb3b3);
}

Aerial Serenity color palette created on .