Dusky Rosewood カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dusky Rosewood palette
Dusky Rosewood カラーパレット CSS
/* CSS */
.color-1 {
color: #f6d5e0;
}
.color-2 {
color: #e3a5c5;
}
.color-3 {
color: #d57b9f;
}
.color-4 {
color: #b65d7b;
}
.color-5 {
color: #a13a5b;
}
/* CSS Variables */
:root {
--color-1: #f6d5e0;
--color-2: #e3a5c5;
--color-3: #d57b9f;
--color-4: #b65d7b;
--color-5: #a13a5b;
}
Dusky Rosewood の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d5e0, #e3a5c5, #d57b9f, #b65d7b, #a13a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d5e0, #e3a5c5, #d57b9f, #b65d7b, #a13a5b);
}
似たようなカラーパレット
Dusky Rosewood color palette created on .