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