Oceanic Curiosity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Curiosity palette

このパレットを共有する先:

Oceanic Curiosity カラーパレット CSS

/* CSS */
.color-1 {
color: #2594d0;
}
.color-2 {
color: #73b3e7;
}
.color-3 {
color: #a3d6e0;
}
.color-4 {
color: #f6eba2;
}
.color-5 {
color: #f7c94b;
}

/* CSS Variables */
:root {
--color-1: #2594d0;
--color-2: #73b3e7;
--color-3: #a3d6e0;
--color-4: #f6eba2;
--color-5: #f7c94b;
}

Oceanic Curiosity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2594d0, #73b3e7, #a3d6e0, #f6eba2, #f7c94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2594d0, #73b3e7, #a3d6e0, #f6eba2, #f7c94b);
}

Oceanic Curiosity color palette created on .