Tropical Aqua Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Aqua Dream palette

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

Tropical Aqua Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #00e6e2;
}
.color-3 {
color: #1ce3d6;
}
.color-4 {
color: #4ce1d4;
}
.color-5 {
color: #7ef1e1;
}

/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #00e6e2;
--color-3: #1ce3d6;
--color-4: #4ce1d4;
--color-5: #7ef1e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #00e6e2, #1ce3d6, #4ce1d4, #7ef1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #00e6e2, #1ce3d6, #4ce1d4, #7ef1e1);
}

Tropical Aqua Dream color palette created on .