Blossom Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Breeze palette

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

Blossom Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #dde0e9;
}
.color-2 {
color: #f584d3;
}
.color-3 {
color: #555b82;
}
.color-4 {
color: #e6b7e5;
}
.color-5 {
color: #e6dbeb;
}

/* CSS Variables */
:root {
--color-1: #dde0e9;
--color-2: #f584d3;
--color-3: #555b82;
--color-4: #e6b7e5;
--color-5: #e6dbeb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dde0e9, #f584d3, #555b82, #e6b7e5, #e6dbeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dde0e9, #f584d3, #555b82, #e6b7e5, #e6dbeb);
}

似たようなカラーパレット

Blossom Breeze color palette created on .