Blue Lagoon Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Lagoon Shades palette
Blue Lagoon Shades カラーパレット (PNG) をダウンロード
Blue Lagoon Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #017b89;
}
.color-2 {
color: #1db4a2;
}
.color-3 {
color: #3dd1b6;
}
.color-4 {
color: #76e0d5;
}
.color-5 {
color: #a1f7f0;
}
/* CSS Variables */
:root {
--color-1: #017b89;
--color-2: #1db4a2;
--color-3: #3dd1b6;
--color-4: #76e0d5;
--color-5: #a1f7f0;
}
Blue Lagoon Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #017b89, #1db4a2, #3dd1b6, #76e0d5, #a1f7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #017b89, #1db4a2, #3dd1b6, #76e0d5, #a1f7f0);
}
似たようなカラーパレット
Blue Lagoon Shades color palette created on .