Elegant Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Blue palette

Share this palette to:

Elegant Blue color palette CSS

/* CSS */
.color-1 {
color: #f6c84c;
}
.color-2 {
color: #2d4a7c;
}
.color-3 {
color: #a6c7e7;
}
.color-4 {
color: #e4afc5;
}
.color-5 {
color: #f05751;
}

/* CSS Variables */
:root {
--color-1: #f6c84c;
--color-2: #2d4a7c;
--color-3: #a6c7e7;
--color-4: #e4afc5;
--color-5: #f05751;
}

Elegant Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c84c, #2d4a7c, #a6c7e7, #e4afc5, #f05751);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c84c, #2d4a7c, #a6c7e7, #e4afc5, #f05751);
}

Elegant Blue color palette created on .