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