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