Blue Jay Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Jay palette
Blue Jay color palette CSS
/* CSS */
.color-1 {
color: #9cb4e8;
}
.color-2 {
color: #f3cd8c;
}
.color-3 {
color: #f4aa9a;
}
.color-4 {
color: #fbe0d5;
}
.color-5 {
color: #d08bc2;
}
/* CSS Variables */
:root {
--color-1: #9cb4e8;
--color-2: #f3cd8c;
--color-3: #f4aa9a;
--color-4: #fbe0d5;
--color-5: #d08bc2;
}
Blue Jay background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9cb4e8, #f3cd8c, #f4aa9a, #fbe0d5, #d08bc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9cb4e8, #f3cd8c, #f4aa9a, #fbe0d5, #d08bc2);
}
Similar color palettes
Blue Jay color palette created on .