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