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