Fresh Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fresh Teal palette

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

Fresh Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #a4e5e0;
}
.color-2 {
color: #67cbc8;
}
.color-3 {
color: #42b88b;
}
.color-4 {
color: #b5eb9e;
}
.color-5 {
color: #f7ebb6;
}

/* CSS Variables */
:root {
--color-1: #a4e5e0;
--color-2: #67cbc8;
--color-3: #42b88b;
--color-4: #b5eb9e;
--color-5: #f7ebb6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4e5e0, #67cbc8, #42b88b, #b5eb9e, #f7ebb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4e5e0, #67cbc8, #42b88b, #b5eb9e, #f7ebb6);
}

Fresh Teal color palette created on .