Oceanic Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Dreams palette

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

Oceanic Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #003d75;
}
.color-2 {
color: #005e99;
}
.color-3 {
color: #007bbd;
}
.color-4 {
color: #00a4e6;
}
.color-5 {
color: #00bfff;
}

/* CSS Variables */
:root {
--color-1: #003d75;
--color-2: #005e99;
--color-3: #007bbd;
--color-4: #00a4e6;
--color-5: #00bfff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003d75, #005e99, #007bbd, #00a4e6, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003d75, #005e99, #007bbd, #00a4e6, #00bfff);
}

Oceanic Dreams color palette created on .