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