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