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