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