Blossom Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Whisper palette

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

Blossom Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #a85d9f;
}
.color-2 {
color: #d28ebc;
}
.color-3 {
color: #e59fc5;
}
.color-4 {
color: #f7c5d8;
}
.color-5 {
color: #f1a7c6;
}

/* CSS Variables */
:root {
--color-1: #a85d9f;
--color-2: #d28ebc;
--color-3: #e59fc5;
--color-4: #f7c5d8;
--color-5: #f1a7c6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85d9f, #d28ebc, #e59fc5, #f7c5d8, #f1a7c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85d9f, #d28ebc, #e59fc5, #f7c5d8, #f1a7c6);
}

Blossom Whisper color palette created on .