Teal Ocean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Ocean palette

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

Teal Ocean カラーパレット CSS

/* CSS */
.color-1 {
color: #0d2b35;
}
.color-2 {
color: #1f4e51;
}
.color-3 {
color: #4a7c7d;
}
.color-4 {
color: #80b3b2;
}
.color-5 {
color: #b3e0e0;
}

/* CSS Variables */
:root {
--color-1: #0d2b35;
--color-2: #1f4e51;
--color-3: #4a7c7d;
--color-4: #80b3b2;
--color-5: #b3e0e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d2b35, #1f4e51, #4a7c7d, #80b3b2, #b3e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d2b35, #1f4e51, #4a7c7d, #80b3b2, #b3e0e0);
}

Teal Ocean color palette created on .