Blossom Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Whisper palette

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

Blossom Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #fbb1a2;
}
.color-2 {
color: #f5a3b8;
}
.color-3 {
color: #f57a9d;
}
.color-4 {
color: #d96d8e;
}
.color-5 {
color: #b95b7a;
}

/* CSS Variables */
:root {
--color-1: #fbb1a2;
--color-2: #f5a3b8;
--color-3: #f57a9d;
--color-4: #d96d8e;
--color-5: #b95b7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbb1a2, #f5a3b8, #f57a9d, #d96d8e, #b95b7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbb1a2, #f5a3b8, #f57a9d, #d96d8e, #b95b7a);
}

Blossom Whisper color palette created on .