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