Tropical Shoreline カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Shoreline palette

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

Tropical Shoreline カラーパレット CSS

/* CSS */
.color-1 {
color: #0095e6;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #00e6b4;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ff5724;
}

/* CSS Variables */
:root {
--color-1: #0095e6;
--color-2: #00bdd6;
--color-3: #00e6b4;
--color-4: #ffec3d;
--color-5: #ff5724;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095e6, #00bdd6, #00e6b4, #ffec3d, #ff5724);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095e6, #00bdd6, #00e6b4, #ffec3d, #ff5724);
}

Tropical Shoreline color palette created on .