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