Pink Sweet カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Sweet palette
Pink Sweet カラーパレット CSS
/* CSS */
.color-1 {
color: #ffb3c7;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff4d82;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #a400b3;
}
/* CSS Variables */
:root {
--color-1: #ffb3c7;
--color-2: #ff7092;
--color-3: #ff4d82;
--color-4: #d6006f;
--color-5: #a400b3;
}
Pink Sweet の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c7, #ff7092, #ff4d82, #d6006f, #a400b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c7, #ff7092, #ff4d82, #d6006f, #a400b3);
}
似たようなカラーパレット
Pink Sweet color palette created on .