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