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