Verbena Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Verbena Dream palette
Verbena Dream カラー パレット PNG 画像
Verbena Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #9b7ccb;
}
.color-3 {
color: #d9c3e9;
}
.color-4 {
color: #f5e6a8;
}
.color-5 {
color: #f2b636;
}
/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #9b7ccb;
--color-3: #d9c3e9;
--color-4: #f5e6a8;
--color-5: #f2b636;
}
Verbena Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #9b7ccb, #d9c3e9, #f5e6a8, #f2b636);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #9b7ccb, #d9c3e9, #f5e6a8, #f2b636);
}
似たようなカラーパレット
Verbena Dream color palette created on .