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