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