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