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