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