Blossom Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Breeze palette

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

Blossom Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #e6b3d3;
}
.color-3 {
color: #d1c3e9;
}
.color-4 {
color: #b6e0e2;
}
.color-5 {
color: #a6d4f2;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #e6b3d3;
--color-3: #d1c3e9;
--color-4: #b6e0e2;
--color-5: #a6d4f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #e6b3d3, #d1c3e9, #b6e0e2, #a6d4f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #e6b3d3, #d1c3e9, #b6e0e2, #a6d4f2);
}

Blossom Breeze color palette created on .