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