Harmony in Contrast Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Harmony in Contrast palette
Harmony in Contrast color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe7f;
}
.color-3 {
color: #4b8caf;
}
.color-4 {
color: #f6c80e;
}
.color-5 {
color: #e95d6e;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe7f;
--color-3: #4b8caf;
--color-4: #f6c80e;
--color-5: #e95d6e;
}
Harmony in Contrast background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe7f, #4b8caf, #f6c80e, #e95d6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe7f, #4b8caf, #f6c80e, #e95d6e);
}
Similar color palettes
- Moss Green Serenity
- Dusty Blue and Sage Green
- Shades of Green
- Shades of Green and Blue
- Shades of Green and Blue
- Deep Green Serenity
- Emerald Awakening
- Sunset Serenade
- Whimsical Blossom
- Bright Yellow Green
- Bright Yellow Green
- Core Harmony
- Lemon Lime Burst
- Warm Jinu
- Shades of Green
- Tropical Oasis
- Green Ver
- Vibrant Serenade
Harmony in Contrast color palette created on .