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