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