Colorful Medicine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Colorful Medicine palette
Colorful Medicine color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #d6612e;
}
.color-3 {
color: #a94c8d;
}
.color-4 {
color: #4b8abe;
}
.color-5 {
color: #1f8e5a;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d6612e;
--color-3: #a94c8d;
--color-4: #4b8abe;
--color-5: #1f8e5a;
}
Colorful Medicine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d6612e, #a94c8d, #4b8abe, #1f8e5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d6612e, #a94c8d, #4b8abe, #1f8e5a);
}
Similar color palettes
Scroll down to explore 70+ Amber color palettes
Colorful Medicine color palette created on .