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