Blue Rock Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Rock palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Rock Color Palette (PNG)
Blue Rock color palette CSS
/* CSS */
.color-1 {
color: #1f396f;
}
.color-2 {
color: #2a2f46;
}
.color-3 {
color: #9b1227;
}
.color-4 {
color: #16185a;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #1f396f;
--color-2: #2a2f46;
--color-3: #9b1227;
--color-4: #16185a;
--color-5: #000000;
}
Blue Rock background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f396f, #2a2f46, #9b1227, #16185a, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f396f, #2a2f46, #9b1227, #16185a, #000000);
}
Similar color palettes
Blue Rock color palette created on .