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