Doctor's Diagnosis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Doctor's Diagnosis palette
Doctor's Diagnosis color palette CSS
/* CSS */
.color-1 {
color: #e0a59e;
}
.color-2 {
color: #d78e7f;
}
.color-3 {
color: #c6745d;
}
.color-4 {
color: #b5573b;
}
.color-5 {
color: #a73d25;
}
/* CSS Variables */
:root {
--color-1: #e0a59e;
--color-2: #d78e7f;
--color-3: #c6745d;
--color-4: #b5573b;
--color-5: #a73d25;
}
Doctor's Diagnosis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0a59e, #d78e7f, #c6745d, #b5573b, #a73d25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0a59e, #d78e7f, #c6745d, #b5573b, #a73d25);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Doctor's Diagnosis color palette created on .