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