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