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