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