Sugary Plum Delight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sugary Plum Delight palette
Sugary Plum Delight カラーパレット CSS
/* CSS */
.color-1 {
color: #704d7a;
}
.color-2 {
color: #9a5b89;
}
.color-3 {
color: #c87e9c;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #f2d4e4;
}
/* CSS Variables */
:root {
--color-1: #704d7a;
--color-2: #9a5b89;
--color-3: #c87e9c;
--color-4: #eab8d1;
--color-5: #f2d4e4;
}
Sugary Plum Delight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #704d7a, #9a5b89, #c87e9c, #eab8d1, #f2d4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #704d7a, #9a5b89, #c87e9c, #eab8d1, #f2d4e4);
}
似たようなカラーパレット
Sugary Plum Delight color palette created on .