Teal San Juan カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal San Juan palette

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

Teal San Juan カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3c4d;
}
.color-2 {
color: #2c5e72;
}
.color-3 {
color: #3d8c8f;
}
.color-4 {
color: #4eb1a1;
}
.color-5 {
color: #7dd8af;
}

/* CSS Variables */
:root {
--color-1: #1e3c4d;
--color-2: #2c5e72;
--color-3: #3d8c8f;
--color-4: #4eb1a1;
--color-5: #7dd8af;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3c4d, #2c5e72, #3d8c8f, #4eb1a1, #7dd8af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3c4d, #2c5e72, #3d8c8f, #4eb1a1, #7dd8af);
}

Teal San Juan color palette created on .