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