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