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