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