Blue Griefer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Griefer palette
Blue Griefer color palette CSS
/* CSS */
.color-1 {
color: #4b6f8b;
}
.color-2 {
color: #6d8bba;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #f7d6a1;
}
.color-5 {
color: #f9b09f;
}
/* CSS Variables */
:root {
--color-1: #4b6f8b;
--color-2: #6d8bba;
--color-3: #a3c7e0;
--color-4: #f7d6a1;
--color-5: #f9b09f;
}
Blue Griefer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6f8b, #6d8bba, #a3c7e0, #f7d6a1, #f9b09f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6f8b, #6d8bba, #a3c7e0, #f7d6a1, #f9b09f);
}
Similar color palettes
Blue Griefer color palette created on .