Jontestadt Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jontestadt Harmony palette
Jontestadt Harmony color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f9b77;
}
.color-3 {
color: #3b6c91;
}
.color-4 {
color: #a93d5b;
}
.color-5 {
color: #faa700;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f9b77;
--color-3: #3b6c91;
--color-4: #a93d5b;
--color-5: #faa700;
}
Jontestadt Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f9b77, #3b6c91, #a93d5b, #faa700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f9b77, #3b6c91, #a93d5b, #faa700);
}
Similar color palettes
Jontestadt Harmony color palette created on .