Teal Oil Spill カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Oil Spill palette

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

Teal Oil Spill カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3e3c;
}
.color-2 {
color: #3c6d68;
}
.color-3 {
color: #5da29e;
}
.color-4 {
color: #88d3d0;
}
.color-5 {
color: #c7f5f2;
}

/* CSS Variables */
:root {
--color-1: #1e3e3c;
--color-2: #3c6d68;
--color-3: #5da29e;
--color-4: #88d3d0;
--color-5: #c7f5f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3e3c, #3c6d68, #5da29e, #88d3d0, #c7f5f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3e3c, #3c6d68, #5da29e, #88d3d0, #c7f5f2);
}

Teal Oil Spill color palette created on .