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