Teal Neptune カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Neptune palette

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

Teal Neptune カラーパレット CSS

/* CSS */
.color-1 {
color: #2090ac;
}
.color-2 {
color: #2cc4d8;
}
.color-3 {
color: #5ee1e8;
}
.color-4 {
color: #8cf3e0;
}
.color-5 {
color: #c4fdd7;
}

/* CSS Variables */
:root {
--color-1: #2090ac;
--color-2: #2cc4d8;
--color-3: #5ee1e8;
--color-4: #8cf3e0;
--color-5: #c4fdd7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2090ac, #2cc4d8, #5ee1e8, #8cf3e0, #c4fdd7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2090ac, #2cc4d8, #5ee1e8, #8cf3e0, #c4fdd7);
}

Teal Neptune color palette created on .