Courageous Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Courageous Harmony palette

Share this palette to:

Courageous Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbf6e;
}
.color-3 {
color: #f9d86c;
}
.color-4 {
color: #5e5f9c;
}
.color-5 {
color: #c84c8a;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbf6e;
--color-3: #f9d86c;
--color-4: #5e5f9c;
--color-5: #c84c8a;
}

Courageous Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbf6e, #f9d86c, #5e5f9c, #c84c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbf6e, #f9d86c, #5e5f9c, #c84c8a);
}

Courageous Harmony color palette created on .