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