Teal Lakes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Lakes palette

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

Teal Lakes カラーパレット CSS

/* CSS */
.color-1 {
color: #307f97;
}
.color-2 {
color: #52c7ab;
}
.color-3 {
color: #9adfc6;
}
.color-4 {
color: #c7ebd8;
}
.color-5 {
color: #fbf9e5;
}

/* CSS Variables */
:root {
--color-1: #307f97;
--color-2: #52c7ab;
--color-3: #9adfc6;
--color-4: #c7ebd8;
--color-5: #fbf9e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #307f97, #52c7ab, #9adfc6, #c7ebd8, #fbf9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #307f97, #52c7ab, #9adfc6, #c7ebd8, #fbf9e5);
}

Teal Lakes color palette created on .