Velvet Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Velvet Whispers palette

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

Velvet Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #4d2d5c;
}
.color-2 {
color: #794b8b;
}
.color-3 {
color: #a17bbc;
}
.color-4 {
color: #d1b2e0;
}
.color-5 {
color: #f2c5d3;
}

/* CSS Variables */
:root {
--color-1: #4d2d5c;
--color-2: #794b8b;
--color-3: #a17bbc;
--color-4: #d1b2e0;
--color-5: #f2c5d3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d2d5c, #794b8b, #a17bbc, #d1b2e0, #f2c5d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d2d5c, #794b8b, #a17bbc, #d1b2e0, #f2c5d3);
}

Velvet Whispers color palette created on .