Blushing Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Breeze palette

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

Blushing Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #e1a8c8;
}
.color-2 {
color: #f4c3b3;
}
.color-3 {
color: #f9e0c8;
}
.color-4 {
color: #c2e0e5;
}
.color-5 {
color: #99d6d6;
}

/* CSS Variables */
:root {
--color-1: #e1a8c8;
--color-2: #f4c3b3;
--color-3: #f9e0c8;
--color-4: #c2e0e5;
--color-5: #99d6d6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1a8c8, #f4c3b3, #f9e0c8, #c2e0e5, #99d6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1a8c8, #f4c3b3, #f9e0c8, #c2e0e5, #99d6d6);
}

Blushing Breeze color palette created on .