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