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