Whispers of Violet Blooms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Violet Blooms palette

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

Whispers of Violet Blooms カラーパレット CSS

/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #8d6a9a;
}
.color-3 {
color: #d2a3c7;
}
.color-4 {
color: #f0c1e8;
}
.color-5 {
color: #eab8e4;
}

/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #8d6a9a;
--color-3: #d2a3c7;
--color-4: #f0c1e8;
--color-5: #eab8e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #8d6a9a, #d2a3c7, #f0c1e8, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #8d6a9a, #d2a3c7, #f0c1e8, #eab8e4);
}

Whispers of Violet Blooms color palette created on .