Quantum Antics カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Quantum Antics palette

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

Quantum Antics カラーパレット CSS

/* CSS */
.color-1 {
color: #f15327;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #3d8f47;
}
.color-4 {
color: #2c60a0;
}
.color-5 {
color: #8b3c8b;
}

/* CSS Variables */
:root {
--color-1: #f15327;
--color-2: #faa700;
--color-3: #3d8f47;
--color-4: #2c60a0;
--color-5: #8b3c8b;
}

Quantum Antics の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f15327, #faa700, #3d8f47, #2c60a0, #8b3c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f15327, #faa700, #3d8f47, #2c60a0, #8b3c8b);
}

Quantum Antics color palette created on .