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