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