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