Glaucous Purple Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Glaucous Purple Shades palette

Share this palette to:

Glaucous Purple Shades color palette CSS

/* CSS */
.color-1 {
color: #aa9992;
}
.color-2 {
color: #ccc1bd;
}
.color-3 {
color: #e0d6d6;
}
.color-4 {
color: #d3c5c7;
}
.color-5 {
color: #a98e90;
}

/* CSS Variables */
:root {
--color-1: #aa9992;
--color-2: #ccc1bd;
--color-3: #e0d6d6;
--color-4: #d3c5c7;
--color-5: #a98e90;
}

Glaucous Purple Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aa9992, #ccc1bd, #e0d6d6, #d3c5c7, #a98e90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aa9992, #ccc1bd, #e0d6d6, #d3c5c7, #a98e90);
}

Similar color palettes

Glaucous Purple Shades color palette created on .