Velvet Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Velvet Whisper palette

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

Velvet Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e2ce;
}
.color-2 {
color: #e2b8a2;
}
.color-3 {
color: #d07c8b;
}
.color-4 {
color: #b75c8d;
}
.color-5 {
color: #a1457f;
}

/* CSS Variables */
:root {
--color-1: #f8e2ce;
--color-2: #e2b8a2;
--color-3: #d07c8b;
--color-4: #b75c8d;
--color-5: #a1457f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2ce, #e2b8a2, #d07c8b, #b75c8d, #a1457f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2ce, #e2b8a2, #d07c8b, #b75c8d, #a1457f);
}

Velvet Whisper color palette created on .