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