Teal Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Serenity palette

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

Teal Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a5bfc0;
}
.color-2 {
color: #7eb4b1;
}
.color-3 {
color: #5da8a3;
}
.color-4 {
color: #4c9a8e;
}
.color-5 {
color: #3d8a7c;
}

/* CSS Variables */
:root {
--color-1: #a5bfc0;
--color-2: #7eb4b1;
--color-3: #5da8a3;
--color-4: #4c9a8e;
--color-5: #3d8a7c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5bfc0, #7eb4b1, #5da8a3, #4c9a8e, #3d8a7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5bfc0, #7eb4b1, #5da8a3, #4c9a8e, #3d8a7c);
}

Teal Serenity color palette created on .