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