Blue and Green Charles Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue and Green Charles palette
Blue and Green Charles color palette CSS
/* CSS */
.color-1 {
color: #5d9bd5;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #f9e639;
}
.color-4 {
color: #f1783b;
}
.color-5 {
color: #d95e6c;
}
/* CSS Variables */
:root {
--color-1: #5d9bd5;
--color-2: #a3d55d;
--color-3: #f9e639;
--color-4: #f1783b;
--color-5: #d95e6c;
}
Blue and Green Charles background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d9bd5, #a3d55d, #f9e639, #f1783b, #d95e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d9bd5, #a3d55d, #f9e639, #f1783b, #d95e6c);
}
Similar color palettes
Scroll down to explore 400+ Blue color palettes
Blue and Green Charles color palette created on .