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