Oceanic Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic Dreamscape palette
Oceanic Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #2427cc;
}
.color-2 {
color: #2657c9;
}
.color-3 {
color: #4692f6;
}
.color-4 {
color: #94c9ff;
}
.color-5 {
color: #c2e5ff;
}
/* CSS Variables */
:root {
--color-1: #2427cc;
--color-2: #2657c9;
--color-3: #4692f6;
--color-4: #94c9ff;
--color-5: #c2e5ff;
}
Oceanic Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2427cc, #2657c9, #4692f6, #94c9ff, #c2e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2427cc, #2657c9, #4692f6, #94c9ff, #c2e5ff);
}
似たようなカラーパレット
Oceanic Dreamscape color palette created on .