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