Cottage Azure Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cottage Azure Elegance palette

Share this palette to:

Cottage Azure Elegance color palette CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #58b8e4;
}
.color-3 {
color: #80d3ea;
}
.color-4 {
color: #b7e0f0;
}
.color-5 {
color: #f8fafc;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #58b8e4;
--color-3: #80d3ea;
--color-4: #b7e0f0;
--color-5: #f8fafc;
}

Cottage Azure Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #58b8e4, #80d3ea, #b7e0f0, #f8fafc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #58b8e4, #80d3ea, #b7e0f0, #f8fafc);
}

Cottage Azure Elegance color palette created on .