Dark Raspberry Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Raspberry Shades palette
Dark Raspberry Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #7a2a4b;
}
.color-2 {
color: #9a4c6c;
}
.color-3 {
color: #c67b9e;
}
.color-4 {
color: #eba8c5;
}
.color-5 {
color: #f6c6d1;
}
/* CSS Variables */
:root {
--color-1: #7a2a4b;
--color-2: #9a4c6c;
--color-3: #c67b9e;
--color-4: #eba8c5;
--color-5: #f6c6d1;
}
Dark Raspberry Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a4b, #9a4c6c, #c67b9e, #eba8c5, #f6c6d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a4b, #9a4c6c, #c67b9e, #eba8c5, #f6c6d1);
}
似たようなカラーパレット
Dark Raspberry Shades color palette created on .