Quantum Aqua カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Quantum Aqua palette

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

Quantum Aqua カラーパレット CSS

/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #4fdedb;
}
.color-3 {
color: #8be5e0;
}
.color-4 {
color: #b7f1e3;
}
.color-5 {
color: #e7f9f7;
}

/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #4fdedb;
--color-3: #8be5e0;
--color-4: #b7f1e3;
--color-5: #e7f9f7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #4fdedb, #8be5e0, #b7f1e3, #e7f9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #4fdedb, #8be5e0, #b7f1e3, #e7f9f7);
}

Quantum Aqua color palette created on .