King Arthur Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with King Arthur palette
Download King Arthur Color Palette (PNG)
King Arthur color palette CSS
/* CSS */
.color-1 {
color: #4b5d7c;
}
.color-2 {
color: #7386a5;
}
.color-3 {
color: #9cb3d3;
}
.color-4 {
color: #f2d15a;
}
.color-5 {
color: #e57e2e;
}
/* CSS Variables */
:root {
--color-1: #4b5d7c;
--color-2: #7386a5;
--color-3: #9cb3d3;
--color-4: #f2d15a;
--color-5: #e57e2e;
}
King Arthur background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5d7c, #7386a5, #9cb3d3, #f2d15a, #e57e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5d7c, #7386a5, #9cb3d3, #f2d15a, #e57e2e);
}
Similar color palettes
Scroll down to explore 10+ Blue color palettes
King Arthur color palette created on .