Teal Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Serenity palette

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

Teal Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1c7b7d;
}
.color-2 {
color: #4caeae;
}
.color-3 {
color: #7ed3d1;
}
.color-4 {
color: #a3e4e6;
}
.color-5 {
color: #d0f2f6;
}

/* CSS Variables */
:root {
--color-1: #1c7b7d;
--color-2: #4caeae;
--color-3: #7ed3d1;
--color-4: #a3e4e6;
--color-5: #d0f2f6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c7b7d, #4caeae, #7ed3d1, #a3e4e6, #d0f2f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c7b7d, #4caeae, #7ed3d1, #a3e4e6, #d0f2f6);
}

Teal Serenity color palette created on .