Blue Rue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Rue palette

Share this palette to:

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);
}

Blue Rue color palette created on .