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