Blue Alaric Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Alaric palette
Blue Alaric color palette CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #7bbedb;
}
.color-3 {
color: #f2d78c;
}
.color-4 {
color: #f66a6a;
}
.color-5 {
color: #f9a94e;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #7bbedb;
--color-3: #f2d78c;
--color-4: #f66a6a;
--color-5: #f9a94e;
}
Blue Alaric background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #7bbedb, #f2d78c, #f66a6a, #f9a94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #7bbedb, #f2d78c, #f66a6a, #f9a94e);
}
Similar color palettes
Blue Alaric color palette created on .