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