Velvet Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Velvet Whisper palette

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

Velvet Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #a04b66;
}
.color-3 {
color: #d09a9b;
}
.color-4 {
color: #f8c8a0;
}
.color-5 {
color: #fef3d2;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #a04b66;
--color-3: #d09a9b;
--color-4: #f8c8a0;
--color-5: #fef3d2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #a04b66, #d09a9b, #f8c8a0, #fef3d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #a04b66, #d09a9b, #f8c8a0, #fef3d2);
}

Velvet Whisper color palette created on .