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