Doctor's Diagnosis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Doctor's Diagnosis palette
Doctor's Diagnosis カラーパレット 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 の背景のグラデーション 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);
}
似たようなカラーパレット
Doctor's Diagnosis color palette created on .