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