Tropical Lagoon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Lagoon palette

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

Tropical Lagoon カラーパレット CSS

/* CSS */
.color-1 {
color: #00bad6;
}
.color-2 {
color: #0097a8;
}
.color-3 {
color: #007a6c;
}
.color-4 {
color: #004d40;
}
.color-5 {
color: #1c5e21;
}

/* CSS Variables */
:root {
--color-1: #00bad6;
--color-2: #0097a8;
--color-3: #007a6c;
--color-4: #004d40;
--color-5: #1c5e21;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bad6, #0097a8, #007a6c, #004d40, #1c5e21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bad6, #0097a8, #007a6c, #004d40, #1c5e21);
}

Tropical Lagoon color palette created on .