Blue Green Bliss カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Green Bliss palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Blue Green Bliss カラーパレット (PNG) をダウンロード
Blue Green Bliss カラーパレット CSS
/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #4eb7ac;
}
.color-3 {
color: #80cbc4;
}
.color-4 {
color: #b3dfdc;
}
.color-5 {
color: #dff1f1;
}
/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #4eb7ac;
--color-3: #80cbc4;
--color-4: #b3dfdc;
--color-5: #dff1f1;
}
Blue Green Bliss の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #4eb7ac, #80cbc4, #b3dfdc, #dff1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #4eb7ac, #80cbc4, #b3dfdc, #dff1f1);
}
似たようなカラーパレット
Blue Green Bliss color palette created on .