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