Teal Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Serenity palette

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

Teal Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #72c9d5;
}
.color-3 {
color: #4cae8d;
}
.color-4 {
color: #3c8b73;
}
.color-5 {
color: #2e6b5d;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #72c9d5;
--color-3: #4cae8d;
--color-4: #3c8b73;
--color-5: #2e6b5d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #72c9d5, #4cae8d, #3c8b73, #2e6b5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #72c9d5, #4cae8d, #3c8b73, #2e6b5d);
}

Teal Serenity color palette created on .