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