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