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