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