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