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