Pink Sugar カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Sugar palette
Pink Sugar カラーパレット (PNG) をダウンロード
Pink Sugar カラーパレット CSS
/* CSS */
.color-1 {
color: #f8e5b4;
}
.color-2 {
color: #f4b8c7;
}
.color-3 {
color: #f29c9c;
}
.color-4 {
color: #e76a89;
}
.color-5 {
color: #d4598a;
}
/* CSS Variables */
:root {
--color-1: #f8e5b4;
--color-2: #f4b8c7;
--color-3: #f29c9c;
--color-4: #e76a89;
--color-5: #d4598a;
}
Pink Sugar の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e5b4, #f4b8c7, #f29c9c, #e76a89, #d4598a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e5b4, #f4b8c7, #f29c9c, #e76a89, #d4598a);
}
似たようなカラーパレット
Pink Sugar color palette created on .