Advent Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Advent Blue palette
Advent Blue color palette CSS
/* CSS */
.color-1 {
color: #a04b89;
}
.color-2 {
color: #d5b55d;
}
.color-3 {
color: #e8c1a1;
}
.color-4 {
color: #b7e6d8;
}
.color-5 {
color: #a1d0e3;
}
/* CSS Variables */
:root {
--color-1: #a04b89;
--color-2: #d5b55d;
--color-3: #e8c1a1;
--color-4: #b7e6d8;
--color-5: #a1d0e3;
}
Advent Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a04b89, #d5b55d, #e8c1a1, #b7e6d8, #a1d0e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a04b89, #d5b55d, #e8c1a1, #b7e6d8, #a1d0e3);
}
Similar color palettes
Advent Blue color palette created on .