Blue Sophistication Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sophistication palette
Blue Sophistication color palette CSS
/* CSS */
.color-1 {
color: #4b8abe;
}
.color-2 {
color: #9fc1d6;
}
.color-3 {
color: #dfe4e7;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f24e1c;
}
/* CSS Variables */
:root {
--color-1: #4b8abe;
--color-2: #9fc1d6;
--color-3: #dfe4e7;
--color-4: #f9c54e;
--color-5: #f24e1c;
}
Blue Sophistication background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8abe, #9fc1d6, #dfe4e7, #f9c54e, #f24e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8abe, #9fc1d6, #dfe4e7, #f9c54e, #f24e1c);
}
Similar color palettes
Blue Sophistication color palette created on .