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