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