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