Complementary Colors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Complementary Colors palette

Share this palette to:

Download Complementary Colors Color Palette (PNG)

Download complementary colors color palette PNG image (landscape)
Download complementary colors color palette PNG image (square)

Complementary Colors color palette CSS

/* CSS */
.color-1 {
color: #1e6d8a;
}
.color-2 {
color: #3ebb83;
}
.color-3 {
color: #a6d93f;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f27c21;
}

/* CSS Variables */
:root {
--color-1: #1e6d8a;
--color-2: #3ebb83;
--color-3: #a6d93f;
--color-4: #f6b83c;
--color-5: #f27c21;
}

Complementary Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e6d8a, #3ebb83, #a6d93f, #f6b83c, #f27c21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e6d8a, #3ebb83, #a6d93f, #f6b83c, #f27c21);
}

Complementary Colors color palette created on .