Blue Jestal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Jestal palette
Blue Jestal color palette CSS
/* CSS */
.color-1 {
color: #f9a748;
}
.color-2 {
color: #f7c940;
}
.color-3 {
color: #b5e0e3;
}
.color-4 {
color: #6db2d5;
}
.color-5 {
color: #489bd5;
}
/* CSS Variables */
:root {
--color-1: #f9a748;
--color-2: #f7c940;
--color-3: #b5e0e3;
--color-4: #6db2d5;
--color-5: #489bd5;
}
Blue Jestal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a748, #f7c940, #b5e0e3, #6db2d5, #489bd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a748, #f7c940, #b5e0e3, #6db2d5, #489bd5);
}
Similar color palettes
Blue Jestal color palette created on .