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