Teal Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Teal Serenity palette
Teal Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #9ed9e0;
}
.color-2 {
color: #6ab2b9;
}
.color-3 {
color: #4b7e8b;
}
.color-4 {
color: #2a4c50;
}
.color-5 {
color: #1f2e2e;
}
/* CSS Variables */
:root {
--color-1: #9ed9e0;
--color-2: #6ab2b9;
--color-3: #4b7e8b;
--color-4: #2a4c50;
--color-5: #1f2e2e;
}
Teal Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed9e0, #6ab2b9, #4b7e8b, #2a4c50, #1f2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed9e0, #6ab2b9, #4b7e8b, #2a4c50, #1f2e2e);
}
似たようなカラーパレット
Teal Serenity color palette created on .