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