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