Oceanic Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Delight palette

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

Oceanic Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f9a580;
}
.color-3 {
color: #fce5b0;
}
.color-4 {
color: #69af4b;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f9a580;
--color-3: #fce5b0;
--color-4: #69af4b;
--color-5: #4b91e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f9a580, #fce5b0, #69af4b, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f9a580, #fce5b0, #69af4b, #4b91e2);
}

Oceanic Delight color palette created on .