Blossom Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Breeze palette

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

Blossom Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #f3a5b6;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #f7e6a6;
}
.color-4 {
color: #b5e8d5;
}
.color-5 {
color: #4bc9d2;
}

/* CSS Variables */
:root {
--color-1: #f3a5b6;
--color-2: #eab8d1;
--color-3: #f7e6a6;
--color-4: #b5e8d5;
--color-5: #4bc9d2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5b6, #eab8d1, #f7e6a6, #b5e8d5, #4bc9d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5b6, #eab8d1, #f7e6a6, #b5e8d5, #4bc9d2);
}

Blossom Breeze color palette created on .