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