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