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