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