Teal Ocean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Ocean palette

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

Teal Ocean カラーパレット CSS

/* CSS */
.color-1 {
color: #85d2e0;
}
.color-2 {
color: #46b7c3;
}
.color-3 {
color: #399dac;
}
.color-4 {
color: #2a808d;
}
.color-5 {
color: #1c7078;
}

/* CSS Variables */
:root {
--color-1: #85d2e0;
--color-2: #46b7c3;
--color-3: #399dac;
--color-4: #2a808d;
--color-5: #1c7078;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #85d2e0, #46b7c3, #399dac, #2a808d, #1c7078);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #85d2e0, #46b7c3, #399dac, #2a808d, #1c7078);
}

Teal Ocean color palette created on .