Blossom Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Serenade palette

このパレットを共有する先:

Blossom Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #f5d1e0;
}
.color-3 {
color: #f7e4b6;
}
.color-4 {
color: #f9c8ae;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #f5d1e0;
--color-3: #f7e4b6;
--color-4: #f9c8ae;
--color-5: #ff6e61;
}

Blossom Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #f5d1e0, #f7e4b6, #f9c8ae, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #f5d1e0, #f7e4b6, #f9c8ae, #ff6e61);
}

Blossom Serenade color palette created on .