Bold Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bold Elegance palette

Share this palette to:

Bold Elegance color palette PNG image

Download bold elegance color palette PNG image (landscape)
Download bold elegance color palette PNG image (square)

Bold Elegance color palette CSS

/* CSS */
.color-1 {
color: #004a4d;
}
.color-2 {
color: #9f512d;
}
.color-3 {
color: #bf3a2b;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #d0e7e1;
}

/* CSS Variables */
:root {
--color-1: #004a4d;
--color-2: #9f512d;
--color-3: #bf3a2b;
--color-4: #f39c12;
--color-5: #d0e7e1;
}

Bold Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004a4d, #9f512d, #bf3a2b, #f39c12, #d0e7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004a4d, #9f512d, #bf3a2b, #f39c12, #d0e7e1);
}

Bold Elegance color palette created on .