Violet Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Violet Whisper palette

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

Violet Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #6a2c90;
}
.color-2 {
color: #a16fbe;
}
.color-3 {
color: #d0a7e2;
}
.color-4 {
color: #e8c5f2;
}
.color-5 {
color: #f1e0ff;
}

/* CSS Variables */
:root {
--color-1: #6a2c90;
--color-2: #a16fbe;
--color-3: #d0a7e2;
--color-4: #e8c5f2;
--color-5: #f1e0ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2c90, #a16fbe, #d0a7e2, #e8c5f2, #f1e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2c90, #a16fbe, #d0a7e2, #e8c5f2, #f1e0ff);
}

Violet Whisper color palette created on .