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