Ocean's Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean's Whisper palette

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

Ocean's Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #0e2e4e;
}
.color-2 {
color: #2a5b7a;
}
.color-3 {
color: #56a4b3;
}
.color-4 {
color: #a4d6c5;
}
.color-5 {
color: #f2e6a1;
}

/* CSS Variables */
:root {
--color-1: #0e2e4e;
--color-2: #2a5b7a;
--color-3: #56a4b3;
--color-4: #a4d6c5;
--color-5: #f2e6a1;
}

Ocean's Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e2e4e, #2a5b7a, #56a4b3, #a4d6c5, #f2e6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e2e4e, #2a5b7a, #56a4b3, #a4d6c5, #f2e6a1);
}

Ocean's Whisper color palette created on .