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