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