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