Electric Groove カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Electric Groove palette

このパレットを共有する先:

Electric Groove カラーパレット CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #ff2e96;
}
.color-3 {
color: #ffea00;
}
.color-4 {
color: #ff6e00;
}
.color-5 {
color: #3d00b8;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #ff2e96;
--color-3: #ffea00;
--color-4: #ff6e00;
--color-5: #3d00b8;
}

Electric Groove の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #ff2e96, #ffea00, #ff6e00, #3d00b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #ff2e96, #ffea00, #ff6e00, #3d00b8);
}

Electric Groove color palette created on .