Sweet Azure Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Azure palette

Share this palette to:

Sweet Azure color palette CSS

/* CSS */
.color-1 {
color: #59afe8;
}
.color-2 {
color: #3ca3d3;
}
.color-3 {
color: #22a6c3;
}
.color-4 {
color: #f7c8a1;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #59afe8;
--color-2: #3ca3d3;
--color-3: #22a6c3;
--color-4: #f7c8a1;
--color-5: #f1a8a2;
}

Sweet Azure background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59afe8, #3ca3d3, #22a6c3, #f7c8a1, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59afe8, #3ca3d3, #22a6c3, #f7c8a1, #f1a8a2);
}

Sweet Azure color palette created on .