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