Regal Cobalt Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Regal Cobalt palette
Regal Cobalt color palette PNG image
Regal Cobalt color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4b6ba0;
}
.color-3 {
color: #8ba9da;
}
.color-4 {
color: #c7e2ff;
}
.color-5 {
color: #f0a400;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4b6ba0;
--color-3: #8ba9da;
--color-4: #c7e2ff;
--color-5: #f0a400;
}
Regal Cobalt background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4b6ba0, #8ba9da, #c7e2ff, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4b6ba0, #8ba9da, #c7e2ff, #f0a400);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Regal Cobalt color palette created on .