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