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