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