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