Aqua Beryl Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aqua Beryl Breeze palette
Aqua Beryl Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #a6d7e7;
}
.color-2 {
color: #7fd959;
}
.color-3 {
color: #5ccc90;
}
.color-4 {
color: #409c71;
}
.color-5 {
color: #2a795d;
}
/* CSS Variables */
:root {
--color-1: #a6d7e7;
--color-2: #7fd959;
--color-3: #5ccc90;
--color-4: #409c71;
--color-5: #2a795d;
}
Aqua Beryl Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d7e7, #7fd959, #5ccc90, #409c71, #2a795d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d7e7, #7fd959, #5ccc90, #409c71, #2a795d);
}
似たようなカラーパレット
下にスクロールして100+個のアクアカラーパレットを探索しましょう
Aqua Beryl Breeze color palette created on .