Frosted Teal Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Frosted Teal Serenity palette

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

Frosted Teal Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #d0e7e3;
}
.color-2 {
color: #a7d7d3;
}
.color-3 {
color: #7ec6c9;
}
.color-4 {
color: #4fb2b5;
}
.color-5 {
color: #1c9b9b;
}

/* CSS Variables */
:root {
--color-1: #d0e7e3;
--color-2: #a7d7d3;
--color-3: #7ec6c9;
--color-4: #4fb2b5;
--color-5: #1c9b9b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e7e3, #a7d7d3, #7ec6c9, #4fb2b5, #1c9b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e7e3, #a7d7d3, #7ec6c9, #4fb2b5, #1c9b9b);
}

Frosted Teal Serenity color palette created on .