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