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