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