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