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