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