Teal Mare カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Mare palette

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

Teal Mare カラーパレット CSS

/* CSS */
.color-1 {
color: #2b90bf;
}
.color-2 {
color: #4dc8d5;
}
.color-3 {
color: #8ae0e0;
}
.color-4 {
color: #f0e7a8;
}
.color-5 {
color: #ff8e3d;
}

/* CSS Variables */
:root {
--color-1: #2b90bf;
--color-2: #4dc8d5;
--color-3: #8ae0e0;
--color-4: #f0e7a8;
--color-5: #ff8e3d;
}

Teal Mare の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b90bf, #4dc8d5, #8ae0e0, #f0e7a8, #ff8e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b90bf, #4dc8d5, #8ae0e0, #f0e7a8, #ff8e3d);
}

Teal Mare color palette created on .