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