Oceanic Gelato カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic Gelato palette
Oceanic Gelato カラーパレット CSS
/* CSS */
.color-1 {
color: #40a0a0;
}
.color-2 {
color: #66b2a7;
}
.color-3 {
color: #90d5d5;
}
.color-4 {
color: #b4e4e4;
}
.color-5 {
color: #e3f7f7;
}
/* CSS Variables */
:root {
--color-1: #40a0a0;
--color-2: #66b2a7;
--color-3: #90d5d5;
--color-4: #b4e4e4;
--color-5: #e3f7f7;
}
Oceanic Gelato の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #40a0a0, #66b2a7, #90d5d5, #b4e4e4, #e3f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #40a0a0, #66b2a7, #90d5d5, #b4e4e4, #e3f7f7);
}
似たようなカラーパレット
下にスクロールして900+個のエステティックカラーパレットを探索しましょう
Oceanic Gelato color palette created on .