Oceanic Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Elegance palette

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

Oceanic Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d6e6;
}
.color-2 {
color: #79c4d7;
}
.color-3 {
color: #4ea6c1;
}
.color-4 {
color: #007e94;
}
.color-5 {
color: #00596b;
}

/* CSS Variables */
:root {
--color-1: #a8d6e6;
--color-2: #79c4d7;
--color-3: #4ea6c1;
--color-4: #007e94;
--color-5: #00596b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d6e6, #79c4d7, #4ea6c1, #007e94, #00596b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d6e6, #79c4d7, #4ea6c1, #007e94, #00596b);
}

Oceanic Elegance color palette created on .