Light Blue Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Blue Green palette

このパレットを共有する先:

Light Blue Green カラーパレット (PNG) をダウンロード

Download light blue green color palette PNG image (landscape)
Download light blue green color palette PNG image (square)

Light Blue Green カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e5af;
}
.color-2 {
color: #d6c1a4;
}
.color-3 {
color: #a7c8b9;
}
.color-4 {
color: #6ea3b9;
}
.color-5 {
color: #3e8c98;
}

/* CSS Variables */
:root {
--color-1: #f3e5af;
--color-2: #d6c1a4;
--color-3: #a7c8b9;
--color-4: #6ea3b9;
--color-5: #3e8c98;
}

Light Blue Green の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5af, #d6c1a4, #a7c8b9, #6ea3b9, #3e8c98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5af, #d6c1a4, #a7c8b9, #6ea3b9, #3e8c98);
}

Light Blue Green color palette created on .