Tropical Teal Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tropical Teal Serenity palette
Tropical Teal Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #03b5a9;
}
.color-2 {
color: #00a89d;
}
.color-3 {
color: #00948d;
}
.color-4 {
color: #007a7a;
}
.color-5 {
color: #005f61;
}
/* CSS Variables */
:root {
--color-1: #03b5a9;
--color-2: #00a89d;
--color-3: #00948d;
--color-4: #007a7a;
--color-5: #005f61;
}
Tropical Teal Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #03b5a9, #00a89d, #00948d, #007a7a, #005f61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #03b5a9, #00a89d, #00948d, #007a7a, #005f61);
}
似たようなカラーパレット
Tropical Teal Serenity color palette created on .