Aurora Lagoon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aurora Lagoon palette

Share this palette to:

Aurora Lagoon color palette CSS

/* CSS */
.color-1 {
color: #2e8a8a;
}
.color-2 {
color: #50b4b4;
}
.color-3 {
color: #79d2d2;
}
.color-4 {
color: #b1e0e7;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #2e8a8a;
--color-2: #50b4b4;
--color-3: #79d2d2;
--color-4: #b1e0e7;
--color-5: #e0f7fa;
}

Aurora Lagoon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e8a8a, #50b4b4, #79d2d2, #b1e0e7, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e8a8a, #50b4b4, #79d2d2, #b1e0e7, #e0f7fa);
}

Aurora Lagoon color palette created on .