Bright Blue Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Bright Blue Green palette
Bright Blue Green カラーパレット (PNG) をダウンロード
Bright Blue Green カラーパレット CSS
/* CSS */
.color-1 {
color: #239a49;
}
.color-2 {
color: #a7ff33;
}
.color-3 {
color: #feffdb;
}
.color-4 {
color: #00d0ff;
}
.color-5 {
color: #006af5;
}
/* CSS Variables */
:root {
--color-1: #239a49;
--color-2: #a7ff33;
--color-3: #feffdb;
--color-4: #00d0ff;
--color-5: #006af5;
}
Bright Blue Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #239a49, #a7ff33, #feffdb, #00d0ff, #006af5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #239a49, #a7ff33, #feffdb, #00d0ff, #006af5);
}
似たようなカラーパレット
Bright Blue Green color palette created on .