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