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