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