Blossom Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Whispers palette

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

Blossom Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #f8caa5;
}
.color-2 {
color: #f4b6a9;
}
.color-3 {
color: #f1a7b4;
}
.color-4 {
color: #d98cc9;
}
.color-5 {
color: #a67dcf;
}

/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f4b6a9;
--color-3: #f1a7b4;
--color-4: #d98cc9;
--color-5: #a67dcf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f4b6a9, #f1a7b4, #d98cc9, #a67dcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f4b6a9, #f1a7b4, #d98cc9, #a67dcf);
}

Blossom Whispers color palette created on .