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