Blue British Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue British palette
Blue British color palette CSS
/* CSS */
.color-1 {
color: #b0c4de;
}
.color-2 {
color: #4682b4;
}
.color-3 {
color: #1f8fff;
}
.color-4 {
color: #ff8052;
}
.color-5 {
color: #ff6347;
}
/* CSS Variables */
:root {
--color-1: #b0c4de;
--color-2: #4682b4;
--color-3: #1f8fff;
--color-4: #ff8052;
--color-5: #ff6347;
}
Blue British background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c4de, #4682b4, #1f8fff, #ff8052, #ff6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c4de, #4682b4, #1f8fff, #ff8052, #ff6347);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue British color palette created on .