Lazure Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lazure Green palette

Share this palette to:

Lazure Green color palette CSS

/* CSS */
.color-1 {
color: #a2ddad;
}
.color-2 {
color: #acecbc;
}
.color-3 {
color: #a1d2e2;
}
.color-4 {
color: #70b4e1;
}
.color-5 {
color: #5194db;
}

/* CSS Variables */
:root {
--color-1: #a2ddad;
--color-2: #acecbc;
--color-3: #a1d2e2;
--color-4: #70b4e1;
--color-5: #5194db;
}

Lazure Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2ddad, #acecbc, #a1d2e2, #70b4e1, #5194db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2ddad, #acecbc, #a1d2e2, #70b4e1, #5194db);
}

Similar color palettes

Lazure Green color palette created on .