Glaucous Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Glaucous Blue palette

Share this palette to:

Glaucous Blue color palette CSS

/* CSS */
.color-1 {
color: #e8dcd9;
}
.color-2 {
color: #ece4e5;
}
.color-3 {
color: #f4f0f0;
}
.color-4 {
color: #efebef;
}
.color-5 {
color: #e8e3e8;
}

/* CSS Variables */
:root {
--color-1: #e8dcd9;
--color-2: #ece4e5;
--color-3: #f4f0f0;
--color-4: #efebef;
--color-5: #e8e3e8;
}

Glaucous Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8dcd9, #ece4e5, #f4f0f0, #efebef, #e8e3e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8dcd9, #ece4e5, #f4f0f0, #efebef, #e8e3e8);
}

Glaucous Blue color palette created on .