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