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