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