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