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