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