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