Dúnadan カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dúnadan palette
Dúnadan カラー パレット PNG 画像
Dúnadan カラーパレット CSS
/* CSS */
.color-1 {
color: #5b8b7a;
}
.color-2 {
color: #a6c5b5;
}
.color-3 {
color: #f2e2ba;
}
.color-4 {
color: #d39969;
}
.color-5 {
color: #b95f3c;
}
/* CSS Variables */
:root {
--color-1: #5b8b7a;
--color-2: #a6c5b5;
--color-3: #f2e2ba;
--color-4: #d39969;
--color-5: #b95f3c;
}
Dúnadan の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b7a, #a6c5b5, #f2e2ba, #d39969, #b95f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b7a, #a6c5b5, #f2e2ba, #d39969, #b95f3c);
}
似たようなカラーパレット
Dúnadan color palette created on .