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