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