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