Vintner's Whisper カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vintner's Whisper palette
Vintner's Whisper カラーパレット CSS
/* CSS */
.color-1 {
color: #5b2f3b;
}
.color-2 {
color: #9b697a;
}
.color-3 {
color: #c5a6b0;
}
.color-4 {
color: #d8c0d8;
}
.color-5 {
color: #e5c3c2;
}
/* CSS Variables */
:root {
--color-1: #5b2f3b;
--color-2: #9b697a;
--color-3: #c5a6b0;
--color-4: #d8c0d8;
--color-5: #e5c3c2;
}
Vintner's Whisper の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2f3b, #9b697a, #c5a6b0, #d8c0d8, #e5c3c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2f3b, #9b697a, #c5a6b0, #d8c0d8, #e5c3c2);
}
似たようなカラーパレット
Vintner's Whisper color palette created on .