Blue Rue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Rue palette
Blue Rue color palette CSS
/* CSS */
.color-1 {
color: #699cce;
}
.color-2 {
color: #b2e0f5;
}
.color-3 {
color: #f4c95d;
}
.color-4 {
color: #f37c20;
}
.color-5 {
color: #f05c79;
}
/* CSS Variables */
:root {
--color-1: #699cce;
--color-2: #b2e0f5;
--color-3: #f4c95d;
--color-4: #f37c20;
--color-5: #f05c79;
}
Blue Rue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #699cce, #b2e0f5, #f4c95d, #f37c20, #f05c79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #699cce, #b2e0f5, #f4c95d, #f37c20, #f05c79);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Blue Rue color palette created on .