Nessie’s Teal Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Nessie’s Teal Dream palette

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

Nessie’s Teal Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #297e7f;
}
.color-2 {
color: #4cb8a0;
}
.color-3 {
color: #6ed8ca;
}
.color-4 {
color: #a4f4e7;
}
.color-5 {
color: #e0f5f0;
}

/* CSS Variables */
:root {
--color-1: #297e7f;
--color-2: #4cb8a0;
--color-3: #6ed8ca;
--color-4: #a4f4e7;
--color-5: #e0f5f0;
}

Nessie’s Teal Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #297e7f, #4cb8a0, #6ed8ca, #a4f4e7, #e0f5f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #297e7f, #4cb8a0, #6ed8ca, #a4f4e7, #e0f5f0);
}

Nessie’s Teal Dream color palette created on .