Oceanic Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic Dreamscape palette
Oceanic Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #fbfcfe;
}
.color-2 {
color: #99cef0;
}
.color-3 {
color: #028d78;
}
.color-4 {
color: #a2016f;
}
.color-5 {
color: #05318f;
}
/* CSS Variables */
:root {
--color-1: #fbfcfe;
--color-2: #99cef0;
--color-3: #028d78;
--color-4: #a2016f;
--color-5: #05318f;
}
Oceanic Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfcfe, #99cef0, #028d78, #a2016f, #05318f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfcfe, #99cef0, #028d78, #a2016f, #05318f);
}
似たようなカラーパレット
下にスクロールして1個のSky blueカラーパレットを探索しましょう
Oceanic Dreamscape color palette created on .