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