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