Crisp Orchard Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crisp Orchard Harmony palette
Crisp Orchard Harmony color palette CSS
/* CSS */
.color-1 {
color: #ff4d3d;
}
.color-2 {
color: #ffab3d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #3dff4d;
}
.color-5 {
color: #3dffec;
}
/* CSS Variables */
:root {
--color-1: #ff4d3d;
--color-2: #ffab3d;
--color-3: #ffec3d;
--color-4: #3dff4d;
--color-5: #3dffec;
}
Crisp Orchard Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d3d, #ffab3d, #ffec3d, #3dff4d, #3dffec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d3d, #ffab3d, #ffec3d, #3dff4d, #3dffec);
}
Similar color palettes
Crisp Orchard Harmony color palette created on .