Autumn Rose Quartz カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Autumn Rose Quartz palette
Autumn Rose Quartz カラーパレット CSS
/* CSS */
.color-1 {
color: #a76c8e;
}
.color-2 {
color: #d08a9d;
}
.color-3 {
color: #e6b3c8;
}
.color-4 {
color: #f4c3d1;
}
.color-5 {
color: #f7e3e9;
}
/* CSS Variables */
:root {
--color-1: #a76c8e;
--color-2: #d08a9d;
--color-3: #e6b3c8;
--color-4: #f4c3d1;
--color-5: #f7e3e9;
}
Autumn Rose Quartz の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a76c8e, #d08a9d, #e6b3c8, #f4c3d1, #f7e3e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a76c8e, #d08a9d, #e6b3c8, #f4c3d1, #f7e3e9);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Autumn Rose Quartz color palette created on .