Teal Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Serenity palette

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

Teal Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #5b8b8a;
}
.color-2 {
color: #b2d7d3;
}
.color-3 {
color: #f6d6b1;
}
.color-4 {
color: #f9aeae;
}
.color-5 {
color: #b77b8d;
}

/* CSS Variables */
:root {
--color-1: #5b8b8a;
--color-2: #b2d7d3;
--color-3: #f6d6b1;
--color-4: #f9aeae;
--color-5: #b77b8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b8a, #b2d7d3, #f6d6b1, #f9aeae, #b77b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b8a, #b2d7d3, #f6d6b1, #f9aeae, #b77b8d);
}

Teal Serenity color palette created on .