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