Whispers of Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Blossom palette

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

Whispers of Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #f2d4e7;
}
.color-2 {
color: #eab8e1;
}
.color-3 {
color: #d88dc6;
}
.color-4 {
color: #b86bb5;
}
.color-5 {
color: #9b5091;
}

/* CSS Variables */
:root {
--color-1: #f2d4e7;
--color-2: #eab8e1;
--color-3: #d88dc6;
--color-4: #b86bb5;
--color-5: #9b5091;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d4e7, #eab8e1, #d88dc6, #b86bb5, #9b5091);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d4e7, #eab8e1, #d88dc6, #b86bb5, #9b5091);
}

Whispers of Blossom color palette created on .